Explorer IconExplorer

Memory Pool Memory Pool Refreshing

990 transactions (0.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,332 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 977 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,331 (862,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,319 47,319 00000000140e88bfc8d11dd110074910d6fe709be8b05c5761fc58673201b24b 0.00 MB 1 0
47,318 47,318 0000000021d2d75d0181c1773487b58dfb45468de61d8620b080394b7338327c 0.00 MB 1 0
47,317 47,317 000000001272446bd87e6174e97172fefaf40f9c10dcfca47e5f9e5849e7a543 0.00 MB 1 0
47,316 47,316 0000000034307b2e79dadf3f06585233c7a5b5bce43964b6eda69653fdbfc167 0.00 MB 1 0
47,315 47,315 0000000004b5a60b8442323b9709152de015053ca555cc2a1203694f5f6002fa 0.00 MB 1 0
47,314 47,314 000000002cb522b1b8ee94d44b8d3fef1978a3aa2a73649e9d3fd9692d643431 0.00 MB 1 0
47,313 47,313 000000002c681c982be5bc82356b34062f5fba0e920388a9e8c30790097e5714 0.00 MB 1 0
47,312 47,312 00000000113beafe0f89716aed52cd4261e1f0b56efb5cdcf5ebc2d1a25f3b21 0.00 MB 1 0
47,311 47,311 000000000854879d078e6ccb7d846ee47a1668a35e13177b7f946d2128612e3e 0.00 MB 1 0
47,310 47,310 00000000209b02c314f937f34a51b97d93f0cd0808e3bd819219fb9f250583a9 0.00 MB 1 0
47,309 47,309 000000001cdb0448fe6aea9dce67ff96fb20b8cedff1dc58ef443d6e5c4acbb8 0.00 MB 1 0
47,308 47,308 000000000e267785de454265f8bf24e8d642a14d612c9b26143dad9f9abe438c 0.00 MB 1 0
47,307 47,307 000000002759aa9202bb5cf0828a12479313fda018386512ff5c11389ed68acd 0.00 MB 1 0
47,306 47,306 00000000157f18c44ebb98ab8b9220786d353182424fd2b059f7539d103f8932 0.00 MB 1 0
47,305 47,305 0000000009c33c88ad87ebf3eb1d1385f13c36d0a068e7663db9eabf8ef3c3b9 0.00 MB 1 0
47,304 47,304 00000000032e1472236e3a91fb531d560a7ef741f819afc85b9e54ab8fe50814 0.00 MB 1 0
47,303 47,303 000000000ee0bc82e1fb8df487cd58faa0fc7bf88ef4dd98ea5ec762c05db38d 0.00 MB 1 0
47,302 47,302 0000000001767b758cde45c55ea803b70e9f1be92998571ad07ff3dea250e705 0.00 MB 1 0
47,301 47,301 00000000254e60cf8848c6c6221e7ec82e70441ef83bc35ae4dba7e4fde5b8c7 0.00 MB 2 0
47,300 47,300 0000000029e19b318b91d6dfee11cc9f6ef07244e5032e0d4ebcf119bd91a913 0.00 MB 1 0
47,299 47,299 00000000374fb2efbf85293bc3cf0184d60c01758613ef55668ce8438483b90c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.15 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,066.73 GB sent, 108.93 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.