Loading Tool

Explorer IconExplorer

Memory Pool

77,650 transactions
28.89 vMB
0.07949680 BTC
Random Selection Loading Transactions
Max Size: 174.89/200 MB

Candidate Block

Mining Attempt 0d5c5a0cd8e6ccc1bf1ffdfe1bbd086d23fa2597bfcecba1925f19ab88b7119e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 73d9ad719c8cca3279f053559b4b88d27c62e21e53559c974eb8f45a34ceb622
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,390
Size: 1.00 vMB
Total Fees: 0.01931268 BTC
Feerates: 81.07 > 1.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (192,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,744 722,744 000000000000000000011bc35c5847ff18170e2213e3f127416c567a1266798a 860 1.00/1.00 vMB 5
722,743 722,743 00000000000000000002653b2d8e8e90cc6c4d80194a4527eec5244cbd2acf52 2,753 1.00/1.00 vMB 5
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
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.