Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,500 transactions (2.17 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,246 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,143 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,245 (850,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
58,606 58,606 00000000050f8dd941bec9a3ac2f913df09e1aab5d4fc3650229de11c4db5877 0.00 MB 1 0
58,605 58,605 00000000009a85a29c67e91311bdbf6339cb6e5eb8f9f6b5209b092068482dda 0.00 MB 1 0
58,604 58,604 000000000c32bdb4b847833f6dbe20c7d7f66b42e061362180215bea29bb3681 0.00 MB 1 0
58,603 58,603 0000000009bd36c3375b19fcaad097d1e0a1c25ec853092143e5e30dbeaf1704 0.00 MB 1 0
58,602 58,602 0000000003f395d6bf326bbc4a774aa9a1af6a3bf7a8d55214a63dc06e81eec2 0.00 MB 1 0
58,601 58,601 000000000c7e5b19bf10ac1ea0144d72c399642b9efc45ff74bd277d1f84e20d 0.00 MB 1 0
58,600 58,600 000000000ae6fa1c3d462d196c3e3bc941d8740a95dec84aa023e0f3c0afcec2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 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,022.47 GB sent, 107.92 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.