Loading Tool

Explorer IconExplorer

Memory Pool

80,237 transactions
31.13 vMB
0.08022026 BTC
Random Selection Loading Transactions
Max Size: 188.37/200 MB

Candidate Block

Mining Attempt 34df51715e9a3281f81d486c5e2065b11340e29e984e673bb0e510c1414c72aa
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 75c59ba09fc62364c8c56a7f3e4ced4bfc191136c3cc8ef112866bbe80305f11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,775
Size: 1.00 vMB
Total Fees: 0.01310215 BTC
Feerates: 100.25 > 1.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (40,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
875,172 875,172 00000000000000000000a0ee546d37480d753a973f6186a2fb18801da9b8b7fa 2,857 1.00/1.00 vMB 8
875,171 875,171 00000000000000000001cd3ffac036971315d9ec957ebccde4f9ba70ffdcb117 2,622 1.00/1.00 vMB 8
875,170 875,170 0000000000000000000068ab2dace23c5b16a262eae25697e635d8eac4744697 3,243 1.00/1.00 vMB 7
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
Previous 10 blocks ↓
Total Size: 782.74 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: 708.13 GB
    • Received: 16.72 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.