Loading Tool

Explorer IconExplorer

Memory Pool

31,869 transactions
18.57 vMB
0.04683761 BTC
Random Selection Loading Transactions
Max Size: 99.20/200 MB

Candidate Block

Mining Attempt a091b30bfd8ba6df1d0e763941db5e05c1db5f44491491aad10a3762925037dd
Version 20000000
Previous Block 000000000000000000007fc360febf573fd20c36a777d7a124372cae17e71a51
Merkle Root e367a86f49a2424d15615e157e4cbdb75780f3a2892c3e9bdd949072dbd47f21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,702
Size: 1.00 vMB
Total Fees: 0.01171081 BTC
Feerates: 150.77 > 1.17 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,128 (786,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,487 127,487 00000000000004d2510326e1fe7642dfd64081fc694efd12cb059950b714d73f 58 0.02/1.00 vMB 6
127,486 127,486 00000000000008ba570c3b5c37e20124bebc079c78a4f017a43ec48d3c988b2f 1 0.00/1.00 vMB 0
127,485 127,485 00000000000014ba070175b12151e45927e29419e29e6ea9e7eaafdb4b1d7740 22 0.02/1.00 vMB 405
127,484 127,484 0000000000000b014190954b765a85624114cf6a598ce9b382b71da604679e07 17 0.01/1.00 vMB 3,482
127,483 127,483 0000000000001df8437b1e7335e956ed8a271470136272023aaef90f211211d9 10 0.00/1.00 vMB 743
127,482 127,482 00000000000013b0f1c510fddc7ba1b56e1764c05eee102a7a2cb4cc01233d2b 68 0.02/1.00 vMB 3,312
127,481 127,481 00000000000000d24711d2ed8351e1d0f4dc979059a0f6bb56f3c30d757ead14 2 0.00/1.00 vMB 0
127,480 127,480 0000000000001f6f76314d58382a78efccc951d1b9f55f79ccecb2d83452d4fe 6 0.01/1.00 vMB 90
127,479 127,479 0000000000000f4a98aef21d4f6329b8e5de8bebb49dc8e075bc2389fbaa0407 55 0.02/1.00 vMB 287
127,478 127,478 00000000000010eb2b97218ce4130f8e7578d731062a70cd20768d32baf9c20e 64 0.02/1.00 vMB 2,013
127,477 127,477 0000000000000ee3b70c514cebe05a121f399d3161e18ad5422ff2abaf89e5fa 9 0.00/1.00 vMB 280
127,476 127,476 0000000000001c83cd51c518c0024bab26603f5f8234f39a29acb89c931a08ed 5 0.00/1.00 vMB 0
127,475 127,475 0000000000002336bdaeb78bfa508d437d157913ac20f3775fbe002a32526842 3 0.00/1.00 vMB 1,189
127,474 127,474 00000000000012194fc990077abd53fdc11094a0f0241af9d25f4d5fea86162e 6 0.00/1.00 vMB 0
127,473 127,473 000000000000256f1f5ec3add091a9fa93f7e8a4252ed700849d7567c439b392 57 0.02/1.00 vMB 188
127,472 127,472 000000000000220d00de2f86997eb4a02dfd77db3d16a92eda6da0e09ee1e1ea 26 0.01/1.00 vMB 481
127,471 127,471 000000000000027b662624ee5538d4f6bd9fa6894d179ffc4291e072aed2620a 10 0.01/1.00 vMB 120
127,470 127,470 00000000000016699749b67aa524000616cee6b647fb9e203c0c0642ecbf259e 14 0.00/1.00 vMB 24
127,469 127,469 0000000000000b6fc4e5a634b08b75089f9cad7e8f4e31165fc0a3c550d2fd99 14 0.01/1.00 vMB 252
127,468 127,468 000000000000104d4b4a2144bdaf66e830484480bfb3c94ed29df082d9a4e800 16 0.01/1.00 vMB 490
127,467 127,467 00000000000000581392aa29568d3e425d72678460287667d6f7e8ceec634a14 4 0.00/1.00 vMB 1,196
Previous 10 blocks ↓
Total Size: 780.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 561.41 GB
    • Received: 7.39 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.