Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,066 transactions (3.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,706 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (310,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
601,528 601,528 00000000000000000013d6835cc0be90b2dbc65805059b21f5656ba37ccbc27d 1.26 MB 2,796 32
601,527 601,527 00000000000000000005c8fd114ab3da662672d42b203aa1924f0f56b942f168 1.56 MB 1,868 27
601,526 601,526 0000000000000000000cfcf8e3031bda2e57d1e6a2af37472e4b9b47d693b42e 1.30 MB 2,250 25
601,525 601,525 00000000000000000000a5c268a495683a0f43da28285555492e9f5c72ce37ff 1.27 MB 2,698 37
601,524 601,524 00000000000000000008aa938f792a9d11168c39b252a150507fe8bb49fda17a 1.26 MB 3,306 36
601,523 601,523 00000000000000000002e68cccefbd7132e397f60c4b13ef85a3a0592655ef18 1.16 MB 2,258 69
601,522 601,522 0000000000000000001133fa8d03116ec7bb3cf176b10f3130617cf7e70d709e 1.24 MB 2,814 50
601,521 601,521 0000000000000000000508a4d4e1da42e9b134b53f99d8d0204e678bbdaf4d4e 1.39 MB 3,432 34
601,520 601,520 0000000000000000001448b9fabab22d05a54db198a7f7c216d16931fd803d9b 1.17 MB 2,774 56
601,519 601,519 0000000000000000000ad05e7c7ef66beb127b3180f3f5cf799d74577d346845 1.41 MB 2,628 38
601,518 601,518 000000000000000000064341f8b745691c70cc00ef09e54819482888e2a8c95b 1.28 MB 3,274 56
601,517 601,517 00000000000000000012fcc9fc75d042030807a796a9d4d3145253d21ff1e9ab 1.05 MB 1,239 61
601,516 601,516 0000000000000000000d356694e7070abb2be883bd7a2cd917a415c41adf0610 1.06 MB 1,264 58
601,515 601,515 0000000000000000000ea17e63525f72ea288db940e7e3bece5a42820999190b 1.32 MB 2,875 33
601,514 601,514 000000000000000000049f001d0531184beef574cf3bbe6134de819d8a146ad0 1.24 MB 2,600 20
601,513 601,513 000000000000000000099af91dbb569d9b95e8aad0c90536e16eb047660e1685 1.26 MB 2,912 5
601,512 601,512 000000000000000000145caa139bfd2b3daa64b47dff561aaa0ed895789f25e1 1.15 MB 2,714 7
601,511 601,511 00000000000000000012a70baf535a3fb0e487161abba0246cb4e8f53a221a12 1.30 MB 2,687 28
601,510 601,510 00000000000000000003ee6c9ec9aa4f2869bb34e033fcbc9b1e2f5f76a61ee7 1.26 MB 2,691 42
601,509 601,509 0000000000000000000e6a27cd7441ce2a38bfa056305f7702fbfa7d599b92bd 1.27 MB 2,951 45
601,508 601,508 000000000000000000043f208ff19e20b22f075666af8cda85aeef0343d25607 1.25 MB 2,413 22
Previous 10 blocks ↓
Total Size: 776.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,492.64 GB sent, 133.29 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.