Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,902 transactions (4.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,273 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,205 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,272 (850,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,627 58,627 000000000dd8d251ed3578345661fdf17511125aaecff890d5fa68b6e976cdf0 0.00 MB 1 0
58,626 58,626 0000000009cf3050ac6c20d05c9eb05dd440cb1964420769e820ba552a6d3c9b 0.00 MB 1 0
58,625 58,625 00000000014c698bdef53c6743e91ebee12d2f9e6acd9ec5194ec2a81e11b316 0.00 MB 1 0
58,624 58,624 000000000bcf1e6e679ef441d5296e3d6ed1d39255501109d7cf3fa9d1d06e30 0.00 MB 1 0
58,623 58,623 00000000072b7f1470b2c3d416e85f4557152f82369661dd7f6279545d18405e 0.00 MB 1 0
58,622 58,622 000000000b58147f41e51452677e28cde0ba5c40c1be91feeb712e54279f255e 0.00 MB 1 0
58,621 58,621 000000000627e2dc04a3efbc1223cbbea66ffc2d42a0e8edf874add077caeee4 0.00 MB 1 0
58,620 58,620 00000000007184ccdc2b056f19013fa64bacf25686813fd76062d1086610ef34 0.00 MB 1 0
58,619 58,619 000000000a0882035ab5690b5716ebca9b30a2d7776d1c187d2932e07a01eae2 0.00 MB 1 0
58,618 58,618 000000000f623ee7b0be81bfd6ff776c999c55df73dcf2dbda5723fecc0b67e3 0.00 MB 1 0
58,617 58,617 00000000010ac1c0191be532b8c918a84c30aa7bc24ce8682c76317866b8bdc4 0.00 MB 1 0
58,616 58,616 000000000a352b5d78518095b6aecfd8319fa3c28187e88e72e9cc2d1f1f2f6c 0.00 MB 1 0
58,615 58,615 0000000005794d117d208a6432761747b878178b00fca1317fb8bca82acaa2eb 0.00 MB 1 0
58,614 58,614 0000000009fe609e1662aec21be3ae2a583c103d2eea949cde51934043dcf6a3 0.00 MB 1 0
58,613 58,613 000000000e1788ce4dc8e08c0105823214f41630304b900a21c30dd852e72500 0.00 MB 1 0
58,612 58,612 0000000006c9e564ffba3521b9519203258bfbe891fa785144941def91a47d76 0.00 MB 5 0
58,611 58,611 0000000000a375053b46b377855050e45a7aa8cb3abdd988d5609a6d96278cce 0.00 MB 2 0
58,610 58,610 000000000e5fae75f718c542dfecd97d3495ef95b72c5f02163a67f79f1eb25b 0.00 MB 2 0
58,609 58,609 0000000006511787a12772262c0a178f9b867e720b14cc1cd6374decff5b4374 0.00 MB 1 0
58,608 58,608 000000000ada595a2ba19110ef22a8dd85829ff270ed6ba55f0cbefa717220a8 0.00 MB 2 0
58,607 58,607 0000000003d268ae601578212f50f2fd83248d0412ace6b079e65eeaa51a1cee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.04 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,045.32 GB sent, 108.25 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.