Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,343 transactions (0.65 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,236 000000000000000000022b910000000000000000000000000000000000000000 0.64 vMB 2,341 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,235 (883,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,665 27,665 00000000e10bc2833f6a7864aa70a7d47c08414c0fea534242005e4822287142 0.00 MB 1 0
27,664 27,664 00000000be25375042435a8aa828285e49090b7c58d14e592a4233d8aa1f3201 0.00 MB 1 0
27,663 27,663 00000000a45868d131bff779f004e749cbd66fade368a0dafe45b4ef114b62ea 0.00 MB 1 0
27,662 27,662 0000000002f7f65e151092b411f6296252b98f265c5b2d7970e252690e111aaf 0.00 MB 1 0
27,661 27,661 000000005bd763a11ae4dd2f77eae6a441086437ac89b5d4a895c62837e98d90 0.00 MB 1 0
27,660 27,660 00000000c6fe25d7ce8e52b09186fd1fb2fea9914f9d160546a037a2122e4d0c 0.00 MB 1 0
27,659 27,659 00000000705fbf2fa7f338654a45ea0f40b2fad9e9d9456ad069d9bb1c99e221 0.00 MB 1 0
27,658 27,658 000000000d077b25bb9be5dfe15988afa04fa5798ed5e13ddedc956e36cc9b64 0.00 MB 1 0
27,657 27,657 000000002e11b5f2260d0563862bba54688c4486062cdf50dbc55392c273f7ca 0.00 MB 1 0
27,656 27,656 000000004aa7f0a51fbf4e2461c27b131fe323fd23f315292eb9121004d8fff9 0.00 MB 1 0
27,655 27,655 00000000e2e0e43b73e3f1d8649326906e5c1c7101f88ea0e17c77cd8a31370a 0.00 MB 1 0
27,654 27,654 000000001c7e1379e3daa433a5e2eeb5a74f1be0ed3d7ed767bb4b1f76db639f 0.00 MB 1 0
27,653 27,653 00000000bd569e1ff5024084fabb7998423c35cf268b5d5ca7c3074b6d606481 0.00 MB 1 0
27,652 27,652 0000000056fdfd6398a0c264460529df6d543413ff6a2a49725dcd24641b606d 0.00 MB 1 0
27,651 27,651 00000000d0638a861ca075b29865fa870586433561a5ff77af812c9f298b592c 0.00 MB 1 0
27,650 27,650 00000000a607385dd8a907872f8f6c4cd2623519dbe2bfdb3712917d65225508 0.00 MB 1 0
27,649 27,649 000000001ad7c55c6f1819830d5938cd90495b4828cb474568172cd49334ab27 0.00 MB 1 0
27,648 27,648 00000000dd0968a6e614af4352a6d51bb374e71ebcc9dc017fcbe688fcc8903e 0.00 MB 1 0
27,647 27,647 00000000584d24cf120b0ffc19aa9a48b5f420deb79efc3db9656af2163b5a3b 0.00 MB 1 0
27,646 27,646 00000000548adf9e1498787273c97dff5eb495a887179f921654053e9670179f 0.00 MB 1 0
27,645 27,645 000000007541138a578a4f544eb28cd5f88b18dfd17f464ff402e74d8f849ea7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.68 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,380.90 GB sent, 127.23 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.