Loading Tool

Explorer IconExplorer

Memory Pool

83,337 transactions
31.18 vMB
0.09431819 BTC
Random Selection Loading Transactions
Max Size: 191.36/200 MB

Candidate Block

Mining Attempt c02d8d9972f5647ba6c645e415268736352f14da957156524a77a6a2372dd485
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 059c8d59e5e152c1da7c890139cf424d794e9499d3cc8601671bd365135ada76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.02396503 BTC
Feerates: 301.57 > 2.40 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (48,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,733 866,733 0000000000000000000257e9ad0e0b06c77692a56962eeb973a75436c3d2e579 2,627 1.00/1.00 vMB 10
866,732 866,732 00000000000000000002b44e6aa513543a21f7eef4df3f5da4328b7f306c3e5f 4,653 1.00/1.00 vMB 10
866,731 866,731 00000000000000000001769e5be197242bf0c99b75e2d8b8e534ea7cce2d2d03 3,192 1.00/1.00 vMB 14
866,730 866,730 000000000000000000010526cc3792cadc027702db956eb80b8fbde623adf749 5,391 1.00/1.00 vMB 12
866,729 866,729 000000000000000000006522d13bb057c0e38d89d82e344aae87ae1534d3e311 4,228 1.00/1.00 vMB 17
866,728 866,728 00000000000000000001a3b4bd4e523d9fc50f4b4d91f14a6b4e53cab0be0e14 4,751 1.00/1.00 vMB 11
866,727 866,727 00000000000000000002cd2bd90f685a93689c04e1acfb82795c1160fe453473 4,261 1.00/1.00 vMB 14
866,726 866,726 000000000000000000025f0968ab8a69ad3a12d0c825f377aaf481e4681be8b5 3,341 1.00/1.00 vMB 15
866,725 866,725 0000000000000000000108856b04084977e6ed90a98e25c2bcb3815b8cdb4f59 3,689 1.00/1.00 vMB 28
866,724 866,724 000000000000000000029aa7fca3a6b07c75d7805f4f631089f28b2a4b0163ed 4,469 1.00/1.00 vMB 10
866,723 866,723 000000000000000000008fb44546454f12691f8fa0f8857c391c1355dadac9d7 3,324 1.00/1.00 vMB 7
866,722 866,722 00000000000000000001b07df4e2d6f8eb9a6e30e5b8b16259dcfd0b74347c1a 5,490 1.00/1.00 vMB 11
866,721 866,721 00000000000000000000048d9277c0da126836571c3e027f9b32d804d3b38207 5,885 1.00/1.00 vMB 13
866,720 866,720 000000000000000000005469bc478c6ee1f69f755ceb3cc29ebeac0c96234077 6,398 1.00/1.00 vMB 13
866,719 866,719 000000000000000000015ae3441f767b3407dc4689e052342a1a513f1f6326cf 5,908 1.00/1.00 vMB 16
866,718 866,718 000000000000000000012cd6187ca09c48064b53757185151011fc261e8b9d23 5,973 1.00/1.00 vMB 5
866,717 866,717 0000000000000000000171b9f3d8028fb052d4fda52113704ecbf901760e8a21 4,847 1.00/1.00 vMB 5
866,716 866,716 0000000000000000000194ebb9d8ce7641b5aa20e328d22c651b149b8cf5f76f 6,402 1.00/1.00 vMB 6
866,715 866,715 0000000000000000000174c7648d32e9c335a3489c9c2c5ebb0bb1aac66133a2 5,943 1.00/1.00 vMB 4
866,714 866,714 00000000000000000000172811fffa6bb14a7e9b516e43a4a19c1a954cd6f053 4,737 1.00/1.00 vMB 9
866,713 866,713 000000000000000000000c8764da5f2bd639aab3a531be3d540c0298d622fab5 5,232 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.78 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: 709.55 GB
    • Received: 16.92 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.