Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,396 transactions (0.48 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,445 000000000000000000022b910000000000000000000000000000000000000000 0.48 vMB 1,388 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,444 (872,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,900 38,900 000000003e3f753167d27e545362539772c658982202a168ebc0da87375f9b17 0.00 MB 1 0
38,899 38,899 000000002a3f48a062708f38814dec5a7d178a878cb16154e5eacaf58321a7ae 0.00 MB 1 0
38,898 38,898 000000002a8dc81cd57ef8ed0aaac826fc60d6abf59b37e6bbff4ac7c123ffa6 0.00 MB 1 0
38,897 38,897 00000000695f961cab03a1cb7873fdcce46addc53bedc9108aa97c088bfc2f1d 0.00 MB 1 0
38,896 38,896 0000000021f23dbaa7c9cef95dcf964b416daba8894fdc2b81ce8a0462fc9317 0.00 MB 1 0
38,895 38,895 0000000039c8ac36f3d2437645fe8096cb485466c8adcbb14b02d66d5df8e887 0.00 MB 1 0
38,894 38,894 0000000041b7bf915da48d5dac69b25a74b19923e28ffba791831c1d7789587b 0.00 MB 1 0
38,893 38,893 0000000035c8659991bfe6659328fb3f510880102646fe1d583889cee1bb37d8 0.00 MB 1 0
38,892 38,892 000000001fe06510a7d0be35a80f1d50715d18acc6aa00f294933bf998a4a291 0.00 MB 1 0
38,891 38,891 0000000069d2986e00d38d1bed68228589c23b536bfd571b9ae378fb65137c62 0.00 MB 1 0
38,890 38,890 0000000075e8344f6574a3dd190f7bb7d55cd2c359fb55b5af00a31ad51645b4 0.00 MB 1 0
38,889 38,889 0000000020afd1441c4cc383d06945df22788183693e8a61d281c7ef6db4aae7 0.00 MB 1 0
38,888 38,888 0000000008dea1b0ba45adc8f7a60771e6a0fed9a8b7295dff2af9cf57e7c188 0.00 MB 1 0
38,887 38,887 00000000154844b326f3f46fb94c6e1db41ca6e9675ccedeff891aaed1daeb66 0.00 MB 1 0
38,886 38,886 000000006f6187ff4841a1a05177939038a6770dbb0b4c3826c694f3d22a98b5 0.00 MB 1 0
38,885 38,885 00000000483d452390cd1a8833c52f8ca17bee3ff44a24800b61c72948ccc5ec 0.00 MB 1 0
38,884 38,884 0000000046f1489f66e4ff22c65f838639fc27b33aec747ba7b69f466275269d 0.00 MB 1 0
38,883 38,883 000000001ace6f595cfd866301483a8b8854afe643940800162d7c74f44c96d7 0.00 MB 1 0
38,882 38,882 000000006f74e2d135a9b391d3b0c69fe7617817eee683428423e4d013ef75f9 0.00 MB 1 0
38,881 38,881 000000006377779ca9a62abe4fac1d7467bc7eca9260af5c73a865a7263abc2d 0.00 MB 2 0
38,880 38,880 000000005f855f773317a0863c7d9c2d166b722c8b33b9054cb3002db5de5fe2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,407.42 GB sent, 129.08 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.