Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

301 transactions (0.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,736 000000000000000000022b910000000000000000000000000000000000000000 0.08 vMB 296 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,735 (869,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,815 41,815 0000000037c6fb31974ef9cd13d31073ccb521b4ce926364e1a5f92e83b2b3ac 0.00 MB 1 0
41,814 41,814 00000000005127343c550bcc89c3f4cf487907d73fdd50c263b4ee9ea8d9500f 0.00 MB 1 0
41,813 41,813 0000000033f78548fed4ce35fb6144bcbd06bc2e85555e22c1526131336070a2 0.00 MB 1 0
41,812 41,812 000000002e23e9ca19de22374a690bd4406847f4133d7df6a4b6f288195566cf 0.00 MB 1 0
41,811 41,811 0000000045bc63fa51cf72f9aaec9e8fddd2af1086a2f4b2c1a9a3fe3a5977ec 0.00 MB 1 0
41,810 41,810 0000000015f233c3ec6cf387e7827e17b5c60c37c5033e8e6ce3dcacfae6e49f 0.00 MB 1 0
41,809 41,809 0000000062ffc3e8946df212e3deac108e7003b783db68e046f78f49200a564b 0.00 MB 1 0
41,808 41,808 000000003c74ecc594025c134e2db877e4834b618a0bfeed7533c63f8523ae98 0.00 MB 1 0
41,807 41,807 0000000005abcd19c76f8a9760db6536de969907716a0c64ab4ef31f1187089b 0.00 MB 1 0
41,806 41,806 000000003cc1882a69e9d42d80450af7a67734aec6bc131ca501c81c5ca87454 0.00 MB 1 0
41,805 41,805 00000000207dabac51786b536df85c5b2c747d2146c797610881b622d0a0b028 0.00 MB 1 0
41,804 41,804 00000000092b7d5250f2b28d0d6f7e0d6ff708c126ca9fe375b80bcc30a8f634 0.00 MB 1 0
41,803 41,803 00000000526ffe69f454bcd4efeb6160b6d188699001c3d2badfdedd4c5139f2 0.00 MB 1 0
41,802 41,802 000000000018d8abdb7601950db87fe5a67b1923ae2a1b320d478f9186473380 0.00 MB 1 0
41,801 41,801 000000003e1f624a5030d15e245d8f0a6e767fa7322e55b99ae6c3c4a94e39d8 0.00 MB 1 0
41,800 41,800 000000005940413d1babfd2ff0aa32f8518cb9b65bcc46fef7b1adb02e1b67b9 0.00 MB 1 0
41,799 41,799 0000000017dd625413368eb8f0ada2dbd783449970721e478ec8dda0d5efa106 0.00 MB 1 0
41,798 41,798 00000000100af09031ff0fe4fddd5373502450da3e5712edf68302d46bcedaa4 0.00 MB 1 0
41,797 41,797 00000000191363f3cbffc2bd325b4ba4f2f7f4871fd0d990def7125e22641b6a 0.00 MB 1 0
41,796 41,796 000000000b6874f76fb042377d803eefdbb0727ba444aabe95096d7343706695 0.00 MB 1 0
41,795 41,795 000000006227ca03272b8b0e2997581f7eb7591ee30aa8af42d5c8a7b531a963 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.59 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,427.55 GB sent, 131.55 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.