Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

20,914 transactions (5.08 vMB)

Priority:

  • 1 sats/vbyte = (24 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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,071 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,723 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,070 (843,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,688 66,688 0000000000e56a76462edf2ede29345e5d4d818c25aae4d2a8b354b299dd1f50 0.00 MB 2 0
66,687 66,687 00000000021ed74b5fd3ae7fd1e219f04bbf44c1e90fec97430b5f028894c8f3 0.00 MB 1 0
66,686 66,686 0000000003318512f1cdc67dfde0a67151d99cbba34132f1d1698393643df737 0.00 MB 2 0
66,685 66,685 00000000031c94f6a7cafc7e0b5025d4a886846a34a0b7d859c9a9d5cdc3fb30 0.00 MB 5 0
66,684 66,684 00000000031d5095d9bc290196192645e42cd0c38029e342919d1ead58347b07 0.00 MB 2 0
66,683 66,683 0000000003119d04f67a077634a783a97fdade82a15a60007f11f2870f2dc499 0.00 MB 2 0
66,682 66,682 00000000013e01333df3342e9e127f5141d132e0df7aeb59b9deae992bdb5756 0.00 MB 6 0
66,681 66,681 0000000002790a39f46eda4fd2bee8e217be992d1c567544fc9dc1db44d3b1ec 0.00 MB 2 0
66,680 66,680 0000000003b1a100d6d1022f9e8c02399bdde8e47431c0bd67ce0d477b7cb06a 0.00 MB 3 0
66,679 66,679 0000000000df43e1cde45898cbaad0d76c9009dd227a5bee47718a2425baf0c5 0.00 MB 1 0
66,678 66,678 00000000027dfbdaf7c307fadab377f195657b36f746f7fd7dd6ba2031c4bb37 0.00 MB 1 0
66,677 66,677 000000000558a49d6b5b044235033a70d0d6ec39256c2693f97a1e86dbd2d1a9 0.00 MB 1 0
66,676 66,676 0000000003f5e971def389ee6c57f11b079edf3ff7550584a9a8544c6a2ff38f 0.00 MB 4 0
66,675 66,675 00000000052cc56d56cc05c44d11a33f225df36b267f0e75278784bd127e0605 0.00 MB 1 0
66,674 66,674 0000000000619f1ce80126b5f8a1d7957a8b3c6f3775ed816eecde27fc2631b7 0.00 MB 4 0
66,673 66,673 00000000032093c6a1502cb40a7be84f0b2a2cf3651c37dab473f708fefac8ae 0.00 MB 1 0
66,672 66,672 00000000053929da5aeabf8be8f969c002ff66cd874a6498b9e109cfeb9d3c75 0.00 MB 2 0
66,671 66,671 0000000003cedabae121e5e9110ed77fdd6f0309a7bc218de33940380dbe8f60 0.00 MB 2 0
66,670 66,670 00000000006d100a35e82374e342928785636676431b1e8094dd12a0871c0ea1 0.00 MB 1 0
66,669 66,669 0000000003327b3fe3933bd8b7acd3c2b36b80e3e1b84a00f6c55eaa052756e1 0.00 MB 1 0
66,668 66,668 00000000004600ca0ef02eaa864867ee8dc70ce9748603e10a0c90b8bd2c79df 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,186.81 GB sent, 116.12 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.