Explorer IconExplorer

Memory Pool Memory Pool Refreshing

14,546 transactions (6.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,299 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,043 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,298 (871,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,405 37,405 000000007bce5d5abea21239a722ecb9b20fc0638855a6b30aeb029ffdf81dd3 0.00 MB 1 0
37,404 37,404 000000000c690143044194a3ae10e8c5fe90fc0b8d1ae2063e03d123659dc924 0.00 MB 1 0
37,403 37,403 000000003b618452dd61f1e57c5b47b1c3e9f5ac51c794ad359d7b47b0d57e1f 0.00 MB 1 0
37,402 37,402 00000000323237743118df85c314c3cbf5a61a3f943f51674215d818e84c606b 0.00 MB 1 0
37,401 37,401 000000005a03d458cbac45b8efebed9f9b30e7eb8818b1cf1bed8a4f3846dc31 0.00 MB 1 0
37,400 37,400 0000000099fcee3035ee58a65e261efdef8bc3eec9c6e408e9837c9fe7ddf993 0.00 MB 1 0
37,399 37,399 00000000113ee48b747103d22205c9762ec2dc1d2b125a9f1a0bd8854825fe7d 0.00 MB 1 0
37,398 37,398 0000000037a913f7b65f79a5a787f84f58328fe39bf48520d021a0693e1b4d79 0.00 MB 1 0
37,397 37,397 000000000eddabfc1a909601869c4675315e39dff0610b32fed111969827965e 0.00 MB 1 0
37,396 37,396 00000000a810e976849064b465c256c2a34302624ef6920f8a8abff2956b7e6b 0.00 MB 1 0
37,395 37,395 0000000026808b73b12dcb1c963f7ed8895bd7d1ff906cdff6199ddabc704391 0.00 MB 1 0
37,394 37,394 000000006905263816574a9c0f44d17922121177e9bbfd49d6f004832542c3c5 0.00 MB 1 0
37,393 37,393 000000007f22922b6dbc80630f18007e5771e4c5c3c4c126c5cb8e896b2b6f1e 0.00 MB 1 0
37,392 37,392 00000000322c8b7ac8d4eba4c8ca4d29c08cb0ebd7e04c7b8c62b2df0da18b12 0.00 MB 1 0
37,391 37,391 0000000058353dce826fa4c5e50026b3556e3839bfcf1636b28abbb7987d7984 0.00 MB 1 0
37,390 37,390 00000000bc04c4e70788350514f4a610db696f9fedfd1a1be4f945ca1cbe2010 0.00 MB 1 0
37,389 37,389 000000008479f6986f41c4c0260586539d4fee3544c542de50aca1303c5b5605 0.00 MB 2 0
37,388 37,388 000000001fdc623e54f088021878d1aa5a564a14fce95f98ea7212924440c123 0.00 MB 1 0
37,387 37,387 000000001ceff31f97327d2b9c9305677e874e45c18e8133c966832ad3764407 0.00 MB 1 0
37,386 37,386 000000008b180481a6762f05830f817d8ef7504586279a165801aa20d3c8062a 0.00 MB 1 0
37,385 37,385 00000000129dce61c025e7859297ac04e217db6514ee26a58c80363c89b95b5e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.09 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,060.76 GB sent, 108.61 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.