Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,925 transactions (0.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,035 000000000000000000022cb30000000000000000000000000000000000000000 0.73 vMB 1,912 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,034 (879,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,903 31,903 000000009113c6085ecba01673ad699f434f5bded8f0d329daae63b97a41f5d1 0.00 MB 1 0
31,902 31,902 00000000d818550c0657bfa8d8a088f584b3e03b74e1755af5e94cedd056958e 0.00 MB 1 0
31,901 31,901 000000001f85b9a3b457a580f2a43adbcc2e6631da8f29b8d8649e0443bb3fe9 0.00 MB 1 0
31,900 31,900 00000000fbcca7123ab071c62812122fe0a0e6fcac30d95554be4b62905c7efb 0.00 MB 1 0
31,899 31,899 00000000ae6a870ff43550e2aad6b8b92695ba2dbf9ae2257eab6c2c2336c934 0.00 MB 1 0
31,898 31,898 00000000160661ec6ae1e0a78930e68d47b730a068a396307c0299567ff0ae69 0.00 MB 1 0
31,897 31,897 00000000bab92c7c7495c88c31646de18ed340da04ab45914b9477ea2d684209 0.00 MB 1 0
31,896 31,896 000000001003808020e2b81d24f601600a121e5a62e8bd3893dc64aa5ce61f72 0.00 MB 1 0
31,895 31,895 000000007f973deb6b0c515679f314856f34fc67239e27468b274a40ed1b567c 0.00 MB 1 0
31,894 31,894 00000000f05c2a3ecd758a46428c98bb7de9b26b3bef05ffd4a32dacd2c778da 0.00 MB 1 0
31,893 31,893 00000000ea9b7e5a8606fe5dc93206793c666ff0e362d563bf254211dd72b7d5 0.00 MB 1 0
31,892 31,892 00000000f77d2a166ce9077b1559d2568073a5fbf0d79f0c2aa1a99cf3161d4e 0.00 MB 1 0
31,891 31,891 0000000069dc2db5f7921e5b265af8795faf9b766d12d58340787d2228f634c1 0.00 MB 1 0
31,890 31,890 0000000073259af4fc459dfca315cb7a7b500ed1e38283a2eb0f9b6c7e9f11f6 0.00 MB 1 0
31,889 31,889 00000000e88d5feefbd756cb7dc5f51ff4e526d870925409ba015906cdcd66e6 0.00 MB 1 0
31,888 31,888 00000000a1a696e78d3c0fb75abcc5006bd8c1d8816eaa631bf1b175f3a92d0b 0.00 MB 1 0
31,887 31,887 00000000cc478c10d089c9c9f458c599a093f89db6c01f8275d5a4632c68dc0b 0.00 MB 1 0
31,886 31,886 00000000775bbb68853fab240fabcd7d661ebe647405c3db3797007b9df10b4a 0.00 MB 1 0
31,885 31,885 00000000bc9d878ca9d8a2a0b892cfa7d6970904aabe9df4844d790eabfb5aab 0.00 MB 1 0
31,884 31,884 00000000f14ecddadb283f936585b811885551db5d110cab115d34ade4b3eb7c 0.00 MB 1 0
31,883 31,883 000000004fc8beea609bbe809ea09212db290447bbb45920da446f504e360a95 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.30 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,362.02 GB sent, 125.30 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.