Loading Tool

Explorer IconExplorer

Memory Pool

87,723 transactions
31.78 vMB
0.22785577 BTC
Random Selection Loading Transactions
Max Size: 192.95/200 MB

Candidate Block

Mining Attempt db1e12aa8c953c84335341f7b39676edb05795c6137e8ee864600369b165749e
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root cb1932a0ae78b3f488ac2eb5d4462e01909b04ff5264eafbeb78d36f298ecf63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.11383791 BTC
Feerates: 502.67 > 11.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (192,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,742 722,742 0000000000000000000652dcfa59d2b3f2e5a7afb6381dcd7e220a50f19ecc49 2,887 1.00/1.00 vMB 12
722,741 722,741 0000000000000000000708a8f5f88f00e51e94014351bb34fd7c392e6ba337ba 2,898 1.00/1.00 vMB 16
722,740 722,740 000000000000000000097258e0f4b20c3fdef737efc42c7785921c4dd1dfdc25 1,652 1.00/1.00 vMB 13
722,739 722,739 0000000000000000000a36d0e0d196aeb54973e71ad8c43cb034ce9f9e88f0e2 1,710 1.00/1.00 vMB 17
722,738 722,738 000000000000000000045a8a601c68ecf9cbbae925364a6e2bb2f70e97799467 1,381 1.00/1.00 vMB 3
722,737 722,737 000000000000000000033b777b0ca077a53cfa4dbc85e4ec6c222ac8118b62a1 2,411 1.00/1.00 vMB 18
722,736 722,736 00000000000000000001dd6d91946c5e2b8816e51d019b3dfbefcb0d65dc43d9 1,714 1.00/1.00 vMB 4
722,735 722,735 00000000000000000008dc582280bd1b231760d6d1024ae51696ba4c851f1174 2,278 1.00/1.00 vMB 7
722,734 722,734 000000000000000000040d7fc6a5dccbc22f8d26795b147cb80ecd3390af79eb 2,674 1.00/1.00 vMB 11
722,733 722,733 000000000000000000063bda4ecaa9fb4e3d8ffc7491adb5268299fc9a3370d8 1,676 1.00/1.00 vMB 11
722,732 722,732 0000000000000000000731cbafa723d25f5816548362a1ecfb4f138502b85aac 3,105 1.00/1.00 vMB 21
722,731 722,731 000000000000000000059fa50103b9683e51e5aba83b8a34c9b98ce67d66136c 2,613 1.00/1.00 vMB 21
722,730 722,730 0000000000000000000a79811033eb496c6ea45f5e59c794adf17d67f57fb17a 911 1.00/1.00 vMB 5
722,729 722,729 000000000000000000046f8335b03c554ff54bf04aa8737c2e674bb32ff9c2f1 640 1.00/1.00 vMB 5
722,728 722,728 0000000000000000000924338037fcdd9c72348d563d56467cab4e69116a2a4f 356 1.00/1.00 vMB 3
722,727 722,727 000000000000000000053e7a53729b0e0a6dab943fd596d56915a6b89c3c2e92 471 1.00/1.00 vMB 3
722,726 722,726 00000000000000000000ab2bfc2d26a84e1dc9b083acb0d73f38640d62814560 2,478 1.00/1.00 vMB 14
722,725 722,725 0000000000000000000a744c1fcba5721a9073ee0584db9cc11369b591f49d3a 2,141 1.00/1.00 vMB 11
722,724 722,724 000000000000000000023ab58801eff032db88177746d8f45134e6771a66e9e7 932 1.00/1.00 vMB 5
722,723 722,723 00000000000000000002bbe753224d3147570a96e9b8ee3457d84bff5f09d340 1,564 1.00/1.00 vMB 12
722,722 722,722 00000000000000000009f2de27d002a4ec15a3b79a2d22db2e40d89ab56d4a8c 1,413 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.