Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,921 transactions (1.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,480 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,128 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,479 (180,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
730,678 730,678 00000000000000000007e440b1bbcaba04b1d158c34fcc752950b803169f5c68 0.37 MB 807 9
730,677 730,677 0000000000000000000424b1001673e9ceae382d18282b29ccc104ff7b7ffbf4 0.72 MB 1,553 14
730,676 730,676 000000000000000000033eca28f4a0b3c4496b8a4796ab18f80a5b4133472e1d 1.42 MB 2,978 10
730,675 730,675 000000000000000000009176517c280f58dfb9c7f9b20edd4774ef3e49101435 0.63 MB 1,221 8
730,674 730,674 00000000000000000002645b3fb958f4b65fa3e4d932ad756eadd754bdaacaf3 0.71 MB 915 6
730,673 730,673 0000000000000000000661e693f27369fcf5ef00930a7c81ed4e55e340ce5f17 0.31 MB 676 9
730,672 730,672 000000000000000000034b79fbc3c4abd59ec2cd04a73ddb8b9f55811116be83 1.31 MB 941 5
730,671 730,671 0000000000000000000419f4f83210134b3d2fa9aee8cd15a880385a6995efb9 1.45 MB 2,831 8
730,670 730,670 0000000000000000000447bedf7f1e69412632de7afd68793f448be89c02dc3c 1.49 MB 2,507 9
730,669 730,669 00000000000000000005a1e77a077e0118a6fe18261a29db7d41f5d3ca7e7035 1.11 MB 903 4
730,668 730,668 00000000000000000007270be2ed58a3dbe6e65b5e574bfee2a79a5d98250676 1.38 MB 2,107 7
730,667 730,667 00000000000000000008e84c5580c73ef588dd1e6cba908de7d9db026bb4bed4 0.52 MB 936 9
730,666 730,666 00000000000000000008dff749e268b7151be88e4da3edd1309e1f3d2f18df1e 0.11 MB 251 9
730,665 730,665 000000000000000000084c3f767b8935f2e9da186cf8a872ce5285a3ce0b1789 0.88 MB 1,586 7
730,664 730,664 00000000000000000005954b2f52afc8cd9e29ed81f27e1ebea34fb0f3afd7fb 0.25 MB 485 8
730,663 730,663 00000000000000000007306ea6b631eb6b819b928a7ff212f3cab856ad351cfd 0.79 MB 1,089 4
730,662 730,662 000000000000000000066afb89158ce0e6adecb009084643b5fad3dab9b36f4f 1.63 MB 2,464 10
730,661 730,661 00000000000000000007c7bd6af011711b60eb2c6f7ae95a2eb054f67382d14a 1.68 MB 1,475 5
730,660 730,660 00000000000000000009217bfa1a9a01b09becd61c22dff5115e6b03762cea6d 0.10 MB 128 8
730,659 730,659 000000000000000000074d998b1b18a41bc46c34a4e4421840fd316d719334f3 0.83 MB 1,078 3
730,658 730,658 000000000000000000095d460b5061ac383e50864c38aaf7bd9877751cd8de77 1.41 MB 2,842 10
Previous 10 blocks ↓
Total Size: 776.13 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,411.24 GB sent, 129.35 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.