Loading Tool

Explorer IconExplorer

Memory Pool

40,018 transactions
26.00 vMB
0.06607167 BTC
Random Selection Loading Transactions
Max Size: 134.96/200 MB

Candidate Block

Mining Attempt a33e08027c782b087017ca755d1d1a9ec14a90e8f820a15c480f0950c0db71b4
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 5c4e23dcdbd466d4f491e2da1cfcd46b6ae051c142102a5ac2b4d5de4d93e266
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.01872949 BTC
Feerates: 73.20 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (348,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,888 565,888 0000000000000000001965a6b53054e308a8a11d07564d3c1a838a15404acc81 2,052 1.00/1.00 vMB 20
565,887 565,887 0000000000000000000ac6276b7d0a21d34d6c099218483696ae13f7f0889103 1,226 1.00/1.00 vMB 28
565,886 565,886 0000000000000000001fef6c5ee24d68beeb1ae901e77fe9860912858e9256fb 1,564 1.00/1.00 vMB 24
565,885 565,885 000000000000000000152425cba78d3c3e2c26fa3711467444ec0af6fb7a1ee4 1,556 1.00/1.00 vMB 23
565,884 565,884 0000000000000000000f6456ed520a0ed46442491dac75a29b2c15da0768d68b 2,157 1.00/1.00 vMB 28
565,883 565,883 00000000000000000006289e514bacc97805223456decaf033c5055671669cf2 1,272 1.00/1.00 vMB 26
565,882 565,882 00000000000000000022b0eef1a889cab3a06d19fa78d0c1c1c85f5437ac0156 1,924 1.00/1.00 vMB 32
565,881 565,881 0000000000000000001f2a285e6910b5869013867a4b2c4b3097c62f3f92fe5f 1,567 1.00/1.00 vMB 30
565,880 565,880 0000000000000000000a10718778b265d05bcdc65e6872645b37a8f554c83292 2,622 1.00/1.00 vMB 43
565,879 565,879 000000000000000000014358180889c7fab7968fb95995ba3a5ed35a07147589 2,489 1.00/1.00 vMB 40
565,878 565,878 00000000000000000006e8394d936212d4265b783b517d260a93a81ec65403fe 1,019 1.00/1.00 vMB 26
565,877 565,877 0000000000000000000e57dca8122f3748d71b1ad57c40eee2c03b526d0355d8 1,783 1.00/1.00 vMB 26
565,876 565,876 0000000000000000001862e6324e8b8ae9d383eaaa1bf3c93666bad15a0b0d27 2,556 1.00/1.00 vMB 44
565,875 565,875 0000000000000000000cf8f1e540295991289f08488e580ccb408b9f4b4a6f3c 2,508 1.00/1.00 vMB 19
565,874 565,874 00000000000000000015cbe3af8a6c1dc3c82b381843cdc1d9b6a512a8e505a8 2,946 1.00/1.00 vMB 23
565,873 565,873 000000000000000000283219d0a04d0e43e2282248abbc1f8f792a467cf67739 2,786 1.00/1.00 vMB 22
565,872 565,872 000000000000000000199985017f5042c4c25867968fe124c3d546f0c11a8f40 1,972 1.00/1.00 vMB 22
565,871 565,871 00000000000000000002ac38690ac27ee19a9fde34dde123fbaf1d16a49d5523 2,694 1.00/1.00 vMB 27
565,870 565,870 0000000000000000000d6f74c2d7f3a4b4dac5aa39b4089ee0a074a29269590f 1,171 1.00/1.00 vMB 24
565,869 565,869 00000000000000000021dfbff51cdf4f6646b7fbc418bca4cbfd9489291abad9 1,880 1.00/1.00 vMB 29
565,868 565,868 00000000000000000005a82bde391cdbb4efbab4b60ba1b0a1b2e2b46d379ab2 1,199 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.