Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,686 transactions (5.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,627 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,066 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,626 (879,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,371 31,371 0000000072d63e0824caeecca6691e100aa5dced43d90e6fcf9a29bb508c3baf 0.00 MB 1 0
31,370 31,370 00000000393505d662510e3ff0aadb12416a5a08750452e393b982860851ae02 0.00 MB 1 0
31,369 31,369 00000000ad6acd9344f059b8bd1419df659fffe57521ea0c12a543737408efff 0.00 MB 1 0
31,368 31,368 00000000f1726966793efbd5a1fbb138c2cea0bfa49d026e9f728633c84843db 0.00 MB 1 0
31,367 31,367 000000007cc25e53b278e0213aec0b38ae5ed9922526f6d9a9be70e91dde76cb 0.00 MB 1 0
31,366 31,366 0000000087ae12a004d52fc4da5d7e58ca6bbdeaebe59023b3080740c912f309 0.00 MB 1 0
31,365 31,365 00000000f6a558bc553c980c8d0972c384db898700cc3a78adbb79a963d0af18 0.00 MB 1 0
31,364 31,364 00000000cf3bf8f24020574f029acf760f8a678cf89fa0805afb9390eaa27e55 0.00 MB 1 0
31,363 31,363 0000000026ea70beb1976d9f1c6682e98a5d8766012a02c3a3811557e1593dc2 0.00 MB 1 0
31,362 31,362 00000000c96251b2f1b2b4185ac572d44ccd1e8cdb4892b5dedca4985b59d842 0.00 MB 1 0
31,361 31,361 0000000073a2bffae36fe6bbe72253b22946bcec45d0ceceefdec5f231c5449d 0.00 MB 1 0
31,360 31,360 0000000017a1db74e1ae3555104bd1574930054cf2ac0ecc64f66212dfa7bfb1 0.00 MB 1 0
31,359 31,359 00000000850c07e23c53579c6c3532654432e6ddf7e1763972dc220a329cfaca 0.00 MB 1 0
31,358 31,358 000000007d58e1a62d1c7ec785ea7c1fbdfdeef95e04ce70a1b0808afd18f7c3 0.00 MB 1 0
31,357 31,357 00000000bc2b7a81aa736af373d5438030aa6730299683b3df1ca1a8c095515e 0.00 MB 1 0
31,356 31,356 00000000c50c62a16b41f9d11597aa59225d5b17c90f088d0fffb790a0afec93 0.00 MB 1 0
31,355 31,355 000000006c40e0a6d3ee97a7762ccf2ed0419598b6ab116cb763c92064745f94 0.00 MB 1 0
31,354 31,354 000000002bf0ba4f617e5078571217406d34bf37ef0730134ddc0cb95f96c5f5 0.00 MB 1 0
31,353 31,353 0000000044cf2c1d4c9a003a04c1caf16e21106a46c6ab6033affe5ac6e19ad1 0.00 MB 1 0
31,352 31,352 00000000f9fc36c115afa27216d2ab4429955d737b1ce4f6442db5eb30e35f82 0.00 MB 1 0
31,351 31,351 00000000fbb7ea857602b89523f2a404e364ca2b04a763e64b4bf34e946294cf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.54 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,262.23 GB sent, 121.28 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.