Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

187 transactions (0.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,911 000000000000000000022b910000000000000000000000000000000000000000 0.04 vMB 178 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,910 (487,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
424,897 424,897 0000000000000000041fef2be8f60875ba929c0e86fc4621fbbbaf4a65ef03ba 1.00 MB 2,589 67
424,896 424,896 0000000000000000037ba68b4fa822171e2afe7c0ca0cac5ac0324764283d048 0.99 MB 235 11
424,895 424,895 00000000000000000035ba4046da159e768139f398477a91a2df83701103502d 1.00 MB 1,004 28
424,894 424,894 00000000000000000369eb1976a9f31ca8e3553638574a3378d9d2dd504fa1cf 0.98 MB 1,492 45
424,893 424,893 00000000000000000411a779f3fcc8ba421ecf4261649ee0a03db91ccc00044c 1.00 MB 1,580 31
424,892 424,892 00000000000000000447f3f30b153bf6a1fed407d53c7c91cdee619f52a59599 0.99 MB 2,658 72
424,891 424,891 000000000000000003e340df3d9f5d365a1bccfbf138f75fa2dec0cf9029776b 0.00 MB 1 0
424,890 424,890 0000000000000000055ecc5edd14dc5e6ec58b0ab41cd5913c2126c5d5949953 1.00 MB 332 24
424,889 424,889 00000000000000000046e77f2c52a422cedcd7b6cd8135c7bc306bbb37e99083 1.00 MB 950 32
424,888 424,888 0000000000000000004a6bcc325864a8239bfb6c63efee04ada8d8581295a65d 1.00 MB 2,127 56
424,887 424,887 000000000000000002205a674fb1a7d85bbae72a708fd6ff09612a31e940a390 0.35 MB 647 54
424,886 424,886 000000000000000001620651225d6d829e22db429975af082a73e73d92fcaab5 1.00 MB 842 18
424,885 424,885 000000000000000003d86840a41070ca452b4cca8f5d691956adf3a6435f849e 1.00 MB 1,596 35
424,884 424,884 00000000000000000461b84b6b5678fb000263df75f4a8b62eec8873b1ce938e 1.00 MB 1,265 33
424,883 424,883 000000000000000001be0905a8a1ef8b6e28e7baa437f49648f001580502c548 1.00 MB 2,534 88
424,882 424,882 0000000000000000006dcbb9556a26660c647a1eb01e192fb437ac2fdf042bf5 1.00 MB 1,615 49
424,881 424,881 000000000000000004d1774a067b599bb37a772d4840df938fe74ce14c64f9b3 1.00 MB 2,372 74
424,880 424,880 000000000000000004a0083bf8a631fd8c573e6c88b663ad5dcf1d65a62cbc0a 0.46 MB 1,271 71
424,879 424,879 000000000000000001cd705eb5a12b87623e3c48d3fa6ed346c15454361d2b89 0.93 MB 1,931 59
424,878 424,878 000000000000000004f0f56d0a37d1ef9a9b11598960b2717a820efb5adcefb7 1.00 MB 1,874 57
424,877 424,877 000000000000000002c6c4d10722f81f81e64bb6aca020dd41d4c44bb44dae4e 1.00 MB 2,165 66
Previous 10 blocks ↓
Total Size: 776.92 GB

Node Information

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