Loading Tool

Explorer IconExplorer

Memory Pool

70,335 transactions
27.07 vMB
0.06298880 BTC
Random Selection Loading Transactions
Max Size: 163.49/200 MB

Candidate Block

Mining Attempt 6d2777fbc7e15706271a9d71b1dbce3838d54268c4b4b0704e5685b8a681c75e
Version 20000000
Previous Block 00000000000000000000a0e3cfb13c2d2fa7a495528146bbc3284fe10dab1b50
Merkle Root 557bc10d0423d7bf126891763e2bd7f3170b5bc1faae5926ae8ac98f56976c20
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,884
Size: 1.00 vMB
Total Fees: 0.00491398 BTC
Feerates: 37.94 > 0.49 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,618 (894,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
21,473 21,473 0000000040b38d16eafea5de98a29d8a98a7448611311f54a84e54808d27b303 1 0.00/1.00 vMB 0
21,472 21,472 00000000f473b4890eb3127ec6b584247b1fb9d1a52891cd30038acee80edcb2 1 0.00/1.00 vMB 0
21,471 21,471 0000000010c30f0345455db82368d3da9152fa0bd946cd9636151b6e60430ea8 1 0.00/1.00 vMB 0
21,470 21,470 000000001f17453fb7ffcb779d7936803ea3198ae65c5225824f383fade92410 1 0.00/1.00 vMB 0
21,469 21,469 00000000ff38806493a9058b38b8d532f9971c8095c2d80bb6dbe6695f0a22e9 1 0.00/1.00 vMB 0
21,468 21,468 00000000b204d0be78dc19ab4970c202c2dbec2babf4b885235497df5e719f84 1 0.00/1.00 vMB 0
21,467 21,467 0000000024e2287dcb6c20446808ed409f82388cfba51686a412c57389ad9060 1 0.00/1.00 vMB 0
21,466 21,466 00000000e17cb3ead21cbc0a6dafc3a6cacc4625645a5953fae3a10a277bc07e 1 0.00/1.00 vMB 0
21,465 21,465 000000008fe5d6a54317f32f1813755b597c715c1f3d24713b5beb5a1a47a44b 1 0.00/1.00 vMB 0
21,464 21,464 00000000c8b2cb3a806f4814b1f2199de70a1cbf4c6250b517993f36ccc8b611 1 0.00/1.00 vMB 0
21,463 21,463 000000005bc3a591f4fb1eb824263897fc5b443a49770fe3f6e8ded565820a99 1 0.00/1.00 vMB 0
21,462 21,462 00000000407f24682ba062854b2fcf11fe7978b38268dd09acfb0d3ec54dcf5e 1 0.00/1.00 vMB 0
21,461 21,461 00000000a95c3dfac37669ee6f653a9ca5a8620e9be8c49c554452a50725423f 1 0.00/1.00 vMB 0
21,460 21,460 00000000bd66a1cc424217170daf31f1d6f97277df374d72a99483761c05253d 1 0.00/1.00 vMB 0
21,459 21,459 00000000ce32ae9ff346eacd74b753e7d44443c88a94b0aaeb3fc5db85a102ef 1 0.00/1.00 vMB 0
21,458 21,458 00000000a2d5a2ac3f6b1fa2be8e61545961c00ee40cb58c3a3e941f01b2508f 1 0.00/1.00 vMB 0
21,457 21,457 000000009e495631ed3798ce861b50dfad193651c7b4810571b6b99f7e466bfd 1 0.00/1.00 vMB 0
21,456 21,456 000000007ed617453e82f87c433160308775d998c7e77a26893110c165b8c7f6 1 0.00/1.00 vMB 0
21,455 21,455 00000000e54ee3983500ab52107eefe71a2153a550cc3752a58d0efa1e3f021e 1 0.00/1.00 vMB 0
21,454 21,454 000000000791fa3b26f3adef5688a1ee87dbec9bfb67a4b75f0ab1ff6c9d271a 1 0.00/1.00 vMB 0
21,453 21,453 000000002441649523061d0e83792912427172b0f4d0096ad9c97539633765b7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.46 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: 771.87 GB
    • Received: 20.07 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.