Loading Tool

Explorer IconExplorer

Memory Pool

78,402 transactions
29.12 vMB
0.08181907 BTC
Random Selection Loading Transactions
Max Size: 176.24/200 MB

Candidate Block

Mining Attempt ee786bf5c96e053c2ebd79a6714d9952f8f5a01ab6981e61e91c4e2a8b86f11e
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root bc10a6b2ea5d40bac6c64e5f22cfc04bcfe6e7bb71dbed7ba4d3d27d53f7a60b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,731
Size: 1.00 vMB
Total Fees: 0.02097697 BTC
Feerates: 178.73 > 2.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (39,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
875,169 875,169 00000000000000000000cfbcdfcdf227b72dc2d50c88d9fac1bfe303d2ea7b16 2,608 1.00/1.00 vMB 10
875,168 875,168 0000000000000000000091b6a5bd81158810cc103e8ed44934f3f85a83eefe45 3,512 1.00/1.00 vMB 14
875,167 875,167 00000000000000000000608c74b5db80e7f78628230c8bcb59a8f7ba071c73f4 3,285 1.00/1.00 vMB 11
875,166 875,166 000000000000000000022ea8f53e08a929974bf651e19591aabd416baa15d683 2,934 1.00/1.00 vMB 9
875,165 875,165 000000000000000000027c5c1c39e1952f01f31e278549dad99769f8757cd08f 3,057 1.00/1.00 vMB 10
875,164 875,164 000000000000000000029663990d248e22d7a44374d34c32c479f1cb7e1c654b 4,053 1.00/1.00 vMB 11
875,163 875,163 000000000000000000004f11b565f0701fd60b768e85e031639f0f9378fa40e7 3,168 1.00/1.00 vMB 11
875,162 875,162 00000000000000000001cdc49649801c7b657d5a5bbf4cf227092a6dae550047 3,845 1.00/1.00 vMB 18
875,161 875,161 000000000000000000008fa773054cba7cac9f8ec409bcdcc0144482f7a47aa1 3,482 1.00/1.00 vMB 14
875,160 875,160 00000000000000000001560c434e093d7877fc572e1d58449a0700257b654237 3,887 1.00/1.00 vMB 11
875,159 875,159 00000000000000000001ae74cb92eec6f33aaae6d0d32ccc309da53f6e5531eb 3,808 1.00/1.00 vMB 18
875,158 875,158 00000000000000000000b43f75e3e5b4fe0fd50aec83b86c529b002624f108cc 3,477 1.00/1.00 vMB 16
875,157 875,157 00000000000000000002373463e6529a28d3ce02a57aa6e691d19b5b068e81d1 3,996 1.00/1.00 vMB 13
875,156 875,156 00000000000000000001d6957366e1444ed9358bebe850a7a1d5cafda1ef564a 3,768 1.00/1.00 vMB 9
875,155 875,155 000000000000000000007297c9ff5175c8f85c4a5109a8c8337438e9a8f0371c 3,355 1.00/1.00 vMB 7
875,154 875,154 00000000000000000001b20ea939c0327e1cd47047218a561dedabc4d4cbfb4f 3,288 1.00/1.00 vMB 9
875,153 875,153 000000000000000000025e2ffbb7718c2ae0a110c09d147ef35c10bac2e7980b 3,726 1.00/1.00 vMB 13
875,152 875,152 0000000000000000000185829566b70dee928a8a610c3807ad2a30b4c0f1b78a 3,272 1.00/1.00 vMB 8
875,151 875,151 00000000000000000000ee5d5acd3b47a9fa1f7aa068658cd348b3957c30edb7 1,644 1.00/1.00 vMB 15
875,150 875,150 00000000000000000000de13237a1dc8c42d6eca0b0aeba162146c3b6be58462 4,050 1.00/1.00 vMB 12
875,149 875,149 000000000000000000018ef67777f15a5dba565c26e54fa94a20e6fcdf92034b 3,677 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.68 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: 677.99 GB
    • Received: 16.44 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.