Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,941 transactions (0.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,679 000000000000000000022b910000000000000000000000000000000000000000 0.54 vMB 1,922 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,678 (854,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,406 57,406 0000000005027347e277bcd29a052ee5cde7d1a368a6c3c460609d2a064910f6 0.00 MB 1 0
57,405 57,405 000000000c207549724e5f0b834b4aa1931ba193c7144474f8b40967594b52cc 0.00 MB 1 0
57,404 57,404 000000000b3c109f9202b28977176ff87cb6990138c7948f78cbb09366c3c161 0.00 MB 1 0
57,403 57,403 0000000007fcc9e2831c518ae2aa48db15782f55585aed485ba52752edd1312f 0.00 MB 1 0
57,402 57,402 0000000004e632e616c6f587a1d17f8ac7a25e6b4456c46dd0341c6d76edf99a 0.00 MB 1 0
57,401 57,401 00000000150693be3b198b1f93d7ad86c835af408dde0f9d04b37f36a09c393c 0.00 MB 1 0
57,400 57,400 0000000005801c1894aa2662d04a45ad1507ce5e22fb9689665db39dd091849a 0.00 MB 1 0
57,399 57,399 000000000a090af2eb7c2e9817aef8b5f9e5bd64c54a6a456cc8f2d2db8dde0f 0.00 MB 1 0
57,398 57,398 00000000154984a9ed75a78efce6aa56cba67cf8cd85f56b117f6ccb1f638629 0.00 MB 1 0
57,397 57,397 00000000055d8bc7003d1a16a0536865633d951a2c756b837e905cdfd5eec508 0.00 MB 1 0
57,396 57,396 000000001437174c94c27cf9bf99cb89ef4393c3b509c8ab382b9053dbbfb63f 0.00 MB 1 0
57,395 57,395 00000000079aa484ef76d969768e263613da9c6ba3621100184f89cf18032d9c 0.00 MB 1 0
57,394 57,394 00000000062a59b5c73ee7a8251fd7a88a2bc6e4e2bfefafce334385823b3887 0.00 MB 1 0
57,393 57,393 0000000003f2cb4e7fc650976eb2fbdde7a46b67041debe485103d656943c0e3 0.00 MB 1 0
57,392 57,392 000000000c3a185ed84eecc73375b8ed0dd57d6c95b978d684ba7584c4d19b22 0.00 MB 1 0
57,391 57,391 0000000012c127e10f976818744bee821e0b123c03d9340ef7ddd642d361aeac 0.00 MB 1 0
57,390 57,390 0000000008d12853596de4044dbd0f2ba3cb8e964aa05d552c2c21e14d34ee3b 0.00 MB 1 0
57,389 57,389 00000000147986c779168da2875e3842283620a3e06d0047ae6d7bcbed34f5c9 0.00 MB 1 0
57,388 57,388 000000000f0e94169bbda5ba2a316976a723225c145b66d70444146512b7a1d8 0.00 MB 1 0
57,387 57,387 000000000f913a9525edc4cfd2313234aa2e3df58b10b2c812441397f1a5c27c 0.00 MB 2 0
57,386 57,386 000000000f20b8d8673c1dd419e85313bfa4ed4e9fc5be08fc31bd8ff6b0791e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 776.49 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,425.13 GB sent, 131.09 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.