Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,718 transactions (1.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,389 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,553 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,388 (872,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,910 38,910 0000000072367d727ceccea9d10c28561285acf8d3e3a295bab79bb25d3e7424 0.00 MB 1 0
38,909 38,909 000000002e1e879c1104b9cec7b42f7d197fd93a4e470c98eef1150098037706 0.00 MB 1 0
38,908 38,908 000000005bf9810c386672ba46f892b6a277b0796e9862a97c265018a984744b 0.00 MB 1 0
38,907 38,907 0000000029353b436a9a87bae0f1360d7b2709d8bd3cfcb8fc98c6459f7597f1 0.00 MB 1 0
38,906 38,906 000000008c52a3e722a471bff47b38bbd01fd51e59249ee9560238379c561841 0.00 MB 1 0
38,905 38,905 0000000070ac6df052fa80a6ded2b40d8abf34d1d2fe9022488707ef7f90528a 0.00 MB 1 0
38,904 38,904 000000002b54f2edf4b1d97abd73ea49f90721e65d48470bd811750415ab637a 0.00 MB 1 0
38,903 38,903 000000001ee140855e85615e67c44429990fcd065f9ecefba71de93e4c570067 0.00 MB 1 0
38,902 38,902 000000003015cfd147af696a79ab634db12ea87f04d646b71e0e4f81bbfb4a4d 0.00 MB 1 0
38,901 38,901 0000000083f229987445c3be105d327f1f84879fbf5339d5cadc4dac824af817 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.96 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,403.21 GB sent, 128.61 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.