Loading Tool

Explorer IconExplorer

Memory Pool

74,840 transactions
27.59 vMB
0.07272631 BTC
Random Selection Loading Transactions
Max Size: 168.41/200 MB

Candidate Block

Mining Attempt 60d1273d91cdfe97d2fe24db60d5cac281d1544f0413f9259cc8c42e479445e2
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 0325968d288003868343fd140d56ac87787bc14422b9dd762ece5652b752ee3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,540
Size: 1.00 vMB
Total Fees: 0.01390970 BTC
Feerates: 80.55 > 1.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (455,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,350 459,350 0000000000000000016be62dd94b794ef94c2e1c346e9a262917447e8d58a94c 336 1.00/1.00 vMB 40
459,349 459,349 000000000000000001c58a467e5b643064b3fb1ffc5fe4ef18dfd56dd7566cc4 1,324 1.00/1.00 vMB 92
459,348 459,348 0000000000000000001ea66c79a58a7208faf8ec776c6e08b242df0473b42ba0 1,419 1.00/1.00 vMB 106
459,347 459,347 000000000000000002156de9595e7cf4113db0688a69da3d0acaa7f75cfc4f62 1,008 1.00/1.00 vMB 76
459,346 459,346 000000000000000000c54140a2ae766846a8c52b1e8fbf0ca3ea7b89fac3bce2 1,544 1.00/1.00 vMB 82
459,345 459,345 0000000000000000002461ed7bb6e6675478588b805578748c9df0d2f52c9ab9 1,802 1.00/1.00 vMB 143
459,344 459,344 000000000000000000baebbd63a0d0e6df72d5c2b2a4e92bb1e076832850efb3 2,449 1.00/1.00 vMB 199
459,343 459,343 00000000000000000129af188a1e94bfe4fc4b3989e9b33aa2cb54da32799ac3 2,292 1.00/1.00 vMB 170
459,342 459,342 00000000000000000241b208a1a82145531e75f9a9870e9ef641483bdf20fc55 1,160 1.00/1.00 vMB 94
459,341 459,341 000000000000000001b7bc23291b31df3a3a27293c7d4fcecea464067a8d5bf7 1,364 1.00/1.00 vMB 102
459,340 459,340 000000000000000000c267271e249aa1aa40e9626a3f49c799aefcf916e94f5a 2,115 1.00/1.00 vMB 143
459,339 459,339 0000000000000000021d78278ca847a896f20b5285f651d2593efa46df203ca8 1,561 1.00/1.00 vMB 107
459,338 459,338 00000000000000000038d0e21e0e318b75ca4c81da6c9faa4db32cc157f0690b 1,918 1.00/1.00 vMB 173
459,337 459,337 000000000000000000f4cd50bc17e17f617e9394ea2bd38d493e9be74ffb82f4 99 1.00/1.00 vMB 79
459,336 459,336 0000000000000000010a8460d9cc7396d4a2be361a224c4f85eb68cfcb13e6f4 528 1.00/1.00 vMB 64
459,335 459,335 0000000000000000005f6cd977d679024084ec3400f3dbeadab19ca4f9e107ef 1,878 1.00/1.00 vMB 166
459,334 459,334 00000000000000000132febc7f3814d17d1dd5c52bae1af872750e1b6be18056 1,519 1.00/1.00 vMB 25
459,333 459,333 0000000000000000023e2952a501242ebfe4a9fba99580e4fb94a5dffa8de9ce 1,542 1.00/1.00 vMB 119
459,332 459,332 00000000000000000225966c13f005165f9a94511b642eeb1815ca67b02fedfd 764 1.00/1.00 vMB 66
459,331 459,331 0000000000000000000de0ba50f0b2ab5e89d38712e47ee79f2bee217b425342 483 1.00/1.00 vMB 47
459,330 459,330 0000000000000000008ebb06b504004996254e8a3dc1aef5509f633f0fccc042 1,288 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.