Loading Tool

Explorer IconExplorer

Memory Pool

80,163 transactions
30.61 vMB
0.07763799 BTC
Random Selection Loading Transactions
Max Size: 185.87/200 MB

Candidate Block

Mining Attempt a3b19766989f14cac81e3fe2e4a3686844a26f1f6353e42b9f7b2c699d19d69f
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 2619cf1af6d17f0c9e1e42e0c37497cd2665929ffd4560be3856fd70e92ee2a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01216845 BTC
Feerates: 100.69 > 1.22 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (107,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,012 808,012 000000000000000000012a890a0640260dfecb787d82243a92e5b8263491319d 3,971 1.00/1.00 vMB 19
808,011 808,011 0000000000000000000244695c376c1464cf31b0bc9c2f87c57e67f4bf85e8c0 2,891 1.00/1.00 vMB 16
808,010 808,010 00000000000000000000ee464d36a3631063fb771dca76ce37bdb3a58b8a067c 1,607 1.00/1.00 vMB 20
808,009 808,009 00000000000000000002f2afe95a204ae5d32a2b4b0703248fb696be4d98ef06 5,865 1.00/1.00 vMB 15
808,008 808,008 00000000000000000000fad203bdb0a8a4194c92146e5c6601ba6b0e491dc89c 4,355 1.00/1.00 vMB 18
808,007 808,007 00000000000000000004ac03d78c2b966b4f8b313b048f228b552cbab978a3c2 3,127 1.00/1.00 vMB 16
808,006 808,006 00000000000000000004d6558ef8ba24dd34c31f812fadfff286a84032e08e9a 2,584 1.00/1.00 vMB 15
808,005 808,005 0000000000000000000103b66d44d9a7b4cfafba29ff10dc929118fd10a3746c 3,565 1.00/1.00 vMB 18
808,004 808,004 000000000000000000018001c656d504a4dee27eedaeef36649d251ee68ae367 2,111 1.00/1.00 vMB 18
808,003 808,003 00000000000000000001bdecd593bc7161eb1e5075c43e2f186538454c3e1d7f 2,781 1.00/1.00 vMB 27
808,002 808,002 0000000000000000000386b7f99e88a6546cfbd2c3f7786fa18106606ac0ed77 2,483 1.00/1.00 vMB 17
808,001 808,001 000000000000000000031e8b76c5d9a5760543729a2655806923a248c76e48f9 2,364 1.00/1.00 vMB 22
808,000 808,000 00000000000000000002fdc15bd221434fe7c88bcabdca5485342005f95f6d1b 2,599 1.00/1.00 vMB 20
807,999 807,999 00000000000000000002e79641af2880910bd22ceb517768ef0bf4aacd048913 3,029 1.00/1.00 vMB 29
807,998 807,998 000000000000000000041da8c8ad82a49e7c648ef5e368c25b0adc0adfc025cf 3,277 1.00/1.00 vMB 18
807,997 807,997 00000000000000000001fb49bdb94b3ea7d267c82cf465f03f600d2ef62b80d6 2,846 1.00/1.00 vMB 25
807,996 807,996 00000000000000000004d365aa298527183e44ac31b463c08c4a36767d31e804 5,088 1.00/1.00 vMB 16
807,995 807,995 000000000000000000018d3076950875266f9815f2853edeed09e412b2aecf90 3,808 1.00/1.00 vMB 14
807,994 807,994 000000000000000000014be2a28c1165c13c6978acbfe3371f93f040cf14b9b3 5,628 1.00/1.00 vMB 16
807,993 807,993 0000000000000000000199632cae29e36d679274bdfa3ef1f47618bdef8ed0a6 3,608 1.00/1.00 vMB 18
807,992 807,992 000000000000000000011a5e98c65b09e4e60dbe026f470758a087fb6a1be3cc 5,135 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 701.93 GB
    • Received: 16.62 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.