Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,637 transactions (0.65 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,419 000000000000000000022b910000000000000000000000000000000000000000 0.64 vMB 1,635 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,418 (328,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
582,658 582,658 0000000000000000002288181ca21497fa26246fa1b4d71bd16859b0050ef256 1.12 MB 2,391 101
582,657 582,657 0000000000000000001305f78fde69e14057e65b56fc7db4676ad69d6291e85b 1.14 MB 1,763 108
582,656 582,656 00000000000000000013c7a15552d898df48bc4a7975625b077bfaeb21d7de19 1.23 MB 2,616 139
582,655 582,655 0000000000000000000da0c1611d93ade279d9417d615689158b766b5b487c85 1.24 MB 2,489 148
582,654 582,654 00000000000000000009581c0489a36ad3f01ee0cc60d0bfb2408bc9d7ca4250 1.23 MB 2,314 130
582,653 582,653 00000000000000000021afe5ca91bbeb43ee41d0863242fa288411db22bbad90 1.34 MB 1,737 114
582,652 582,652 000000000000000000001348083f25f012183d469924a3e00ca4e3d498a869c8 1.09 MB 1,342 103
582,651 582,651 0000000000000000001bc29eb5c970247a1b35946d0c29521bd94a2059115c58 1.26 MB 2,464 140
582,650 582,650 0000000000000000001db1eb4d624d45e0486a00317cae2e38a7c4c47fc98338 1.24 MB 2,409 120
582,649 582,649 000000000000000000174327d3d084cc64e2a709ddaa8fef81e46cff811e07e1 1.26 MB 1,855 128
582,648 582,648 00000000000000000015b7200d6fc1d87448300699c3faad1343d2c2cb4fab69 1.15 MB 1,058 117
582,647 582,647 0000000000000000000178080d7d117515b60b5271735d59478622a53935bcf3 1.18 MB 1,911 124
582,646 582,646 0000000000000000000d92a1ccd488e3422359014dde0cbe66ab6c253c1ad0e5 1.23 MB 2,324 139
582,645 582,645 0000000000000000001e3c20610bdc96643805dcf3e972ea7836cb85460b786b 1.27 MB 3,302 126
582,644 582,644 0000000000000000000c581b7c34a258577ef746174608159abd00edca4c723a 1.24 MB 2,184 141
582,643 582,643 000000000000000000230f7c061e3009bc19867b74b0d058c2386f180a4a6948 1.23 MB 2,739 181
582,642 582,642 0000000000000000000f194a5dff03e71459747712f23533a1fdabfbed65d2c9 1.26 MB 2,999 126
582,641 582,641 00000000000000000019a7e86258a0fb7713eb0113a32daee18227e60965b55d 1.18 MB 2,472 173
582,640 582,640 0000000000000000001918140cc53fd7b550edb1ac3a58eeda57e4193305376d 1.17 MB 2,517 107
582,639 582,639 0000000000000000001a9564e763ccfcb7d191b0da069f76644d40269b40357f 1.24 MB 2,189 115
582,638 582,638 00000000000000000014af3d39ef0c709d7b8a67ba67c246b9106de67ab981b6 1.28 MB 3,010 141
Previous 10 blocks ↓
Total Size: 776.02 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,405.30 GB sent, 128.87 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.