Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,805 transactions (0.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,613 000000000000000000022b910000000000000000000000000000000000000000 0.87 vMB 2,799 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,612 (217,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,496 694,496 00000000000000000003b205ce6e0ec7e94f56d1e0c7b13185cd215c0d35a3bc 1.52 MB 2,617 24
694,495 694,495 000000000000000000040dd7cf9995201d482b7259591af2f7438350ee940dac 0.06 MB 52 4
694,494 694,494 00000000000000000012efd00357333d0ce597a91ffc0361baa61873adf9b05a 1.21 MB 1,933 10
694,493 694,493 0000000000000000000dd3394de7f0754035f5aadd29788d7e839053d4f49f53 0.69 MB 1,378 5
694,492 694,492 0000000000000000000d08e570f1772b6580a02424d516993ea4dcf44f35a38b 1.53 MB 2,805 15
694,491 694,491 0000000000000000000d25f79b80b5f5bdb799253e3a920aab84bffb8ec138c5 0.02 MB 71 17
694,490 694,490 00000000000000000002da64c8f738c3db97e05be67f5e7cfbc97e849516bd3c 0.68 MB 1,181 1
694,489 694,489 000000000000000000008e3e277155c8eb844d13bd25c35784ac28d505d17d7a 1.31 MB 1,110 3
694,488 694,488 000000000000000000130b971970337acee8ef1589c88fd803329ba73b9ac22b 1.50 MB 3,378 3
694,487 694,487 000000000000000000082b198b37578b5920bace759d76f2db7fbde2faf4ab78 1.55 MB 2,457 13
694,486 694,486 0000000000000000000a8741df90a3fce0feae2ea88731369e9498b1ee588907 1.41 MB 2,504 39
694,485 694,485 0000000000000000000dadc3295a395b3553411b43be6384b4750ec74894f859 1.48 MB 3,113 14
694,484 694,484 000000000000000000061d61034328d76e305d5114322b7d0418535cda3be6c5 0.10 MB 155 5
694,483 694,483 0000000000000000000edfe1ad4306a3c67f6fdf3520a6312016445ae391a913 0.48 MB 861 13
694,482 694,482 0000000000000000000ea7f669c2190e213d00333b5de8f331441e7684ebc5c3 0.95 MB 1,572 12
694,481 694,481 0000000000000000000f657177e3b0e5c3de06890db43da65d91d68899830cbf 1.39 MB 2,875 14
694,480 694,480 00000000000000000003bfbfaf2b79a93047a1d82b00ca70a727135956e3f11b 0.26 MB 432 6
694,479 694,479 000000000000000000101c9907dedab96b7dd79f19b46c87efda34b03315a77c 1.58 MB 2,068 14
694,478 694,478 00000000000000000010ccd593de56adaa8e5dadcc32a2439a20996a4dac63fd 0.90 MB 1,481 4
694,477 694,477 0000000000000000000ae3b8f2e502d54af867530af272847fce41b9bf70b326 1.50 MB 2,203 32
694,476 694,476 0000000000000000000379974115bfccdab83d93fb0e5ec975f2862840d53ada 0.03 MB 85 12
Previous 10 blocks ↓
Total Size: 776.37 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,420.53 GB sent, 130.48 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.