Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

287 transactions (0.08 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,868 000000000000000000022b910000000000000000000000000000000000000000 0.08 vMB 259 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,867 (854,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,583 57,583 0000000012ea7bf5dfdfb886b50ac2ebeae721b3405ac9630af348dc03a9665b 0.00 MB 1 0
57,582 57,582 0000000012476a2bbb0ce9747a18b173094ee6a5bd3bdc82ccc588e304f23d71 0.00 MB 1 0
57,581 57,581 000000000347ea80a7d191f3d1789b29f7e8db263d7c40f843e82688accc9ca0 0.00 MB 1 0
57,580 57,580 0000000007282a15fe7c51c0ed038e4a88e5b4d4dab381178cfea0945bfc5cc4 0.00 MB 1 0
57,579 57,579 00000000023b2fb0907f3c98fdcb343494a3f6368c0a98acb9b6e20218400112 0.00 MB 1 0
57,578 57,578 0000000008c4c34348283ea57373f12cd01bec2bf45969f7cb76f6f8510c516a 0.00 MB 1 0
57,577 57,577 00000000011fd1a1b9b11c56e619c1710dbee7746da71aa6a23fd171fc3c5437 0.00 MB 1 0
57,576 57,576 000000000fdc8cb13b6fa8bd3e21a49763cb93260eec58f49d9d5c330a73267a 0.00 MB 2 0
57,575 57,575 000000000b22500f789c30bdd1c5187a906bc2b4449f900152fb80599a5d4157 0.00 MB 1 0
57,574 57,574 0000000002f8a9dd77c77354f3af00bc20ff52e46b5e9447998b3d5772a7e497 0.00 MB 1 0
57,573 57,573 0000000005e619975e1b30f71bfbbb317b59a2c93bfafe62e1623eb438c433b0 0.00 MB 1 0
57,572 57,572 0000000012929c753fa33623ed4eaf2034699d3f43c0944415de439e1da3a7db 0.00 MB 1 0
57,571 57,571 0000000011e0d34ce64b293220a0c64f0983ddab5b3934e845118d6b2182904d 0.00 MB 1 0
57,570 57,570 000000000c33df92bb468bb475f5f05f9b9d72a788039839263b204cd9a7193a 0.00 MB 1 0
57,569 57,569 00000000056fc9527df69dc4a9503499f4bf13f4d2c54a4abd623a74c2338a9c 0.00 MB 1 0
57,568 57,568 00000000093a031b697829e9e9cc9b56a6c52039009edc4703c34f40ffbb300f 0.00 MB 1 0
57,567 57,567 000000000fa299f1cb4ab34e9fe6b72ea538d0d9abb98a0818a1457f0aab17df 0.00 MB 1 0
57,566 57,566 0000000001ae7a12645c0a4b8b490d89995d496b0023cc375758d23403a62374 0.00 MB 1 0
57,565 57,565 0000000007c41d53766ed1f31f8fc25c2f4ea82b8a3a3d4d149f3beafa8d0b40 0.00 MB 1 0
57,564 57,564 000000000357746e16018cba1b27ecda66e58c1917bd07c7a820056f63d01ff7 0.00 MB 1 0
57,563 57,563 0000000008859088610476c7fb220d0437cdacc6c030e60a7cb0534182be8c1b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,470.40 GB sent, 132.72 GB received

Notes

  • This page updates every 5 seconds.
  • 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.