Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

931 transactions (0.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,537 000000000000000000022b910000000000000000000000000000000000000000 0.26 vMB 926 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,536 (416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,120 911,120 00000000000000000001d7e8a9df1ebfe42fdda7854b0ee411a66cf75c3ffd49 2.33 MB 526 1
911,119 911,119 0000000000000000000202c4c09182c0874fc0e0ab61248ac25699d7e86d12da 1.80 MB 2,460 2
911,118 911,118 00000000000000000001808021d17c9d51ab1d3863395f530127fb3e4aa9bb1b 2.04 MB 1,858 1
911,117 911,117 00000000000000000000fcaed3d2b7f2d3f0cc662b9226ba1899411a6d746f1d 1.81 MB 2,636 2
911,116 911,116 000000000000000000002e21cc20101d9af3fe1e074aecfd2f5ff30e3de9aa7f 1.68 MB 3,590 1
911,115 911,115 0000000000000000000191e445a005fcd2df3f5efe1b55ed0380a2e8b4643e61 1.61 MB 4,259 1
911,114 911,114 00000000000000000000e72cab436f21ad13ab099295f4be6ee8ca3f84818e5f 1.78 MB 5,275 0
911,113 911,113 00000000000000000000c30153c5241d3eac5931a9800ba71ab97b5ce3bf5776 0.91 MB 1,987 2
911,112 911,112 000000000000000000017963f919a1cd745101b25e9159d555fb6827881021a4 1.76 MB 4,099 0
911,111 911,111 00000000000000000000e0050113f60a441474fd8b0beccd1cf588538afebf9a 1.75 MB 4,592 0
911,110 911,110 0000000000000000000164e6b8e2302fab7d5a7c43acb4de63d2ed17db3cc64b 1.67 MB 4,569 1
911,109 911,109 00000000000000000000efe9958ecb8497fa810ba499d8df0bffb187f2011323 1.73 MB 3,669 0
911,108 911,108 00000000000000000001d3e145c5e489618ba1ae9ef4bebb5d884495aaab49c4 1.70 MB 3,938 4
911,107 911,107 000000000000000000020be2430c325fb9c0b032f3945e845dc768f245a5bf94 1.73 MB 4,092 0
911,106 911,106 000000000000000000011fa16635bb3cee2979b751c9337ba5b02923c62a42c7 1.70 MB 4,741 1
911,105 911,105 000000000000000000001d6e4d2ca36b6ae5c55940591096de1658a425fd4008 1.70 MB 4,590 1
911,104 911,104 00000000000000000000052a3728363970e5ced2cebff9966e4d9318fe85c82f 0.91 MB 1,791 2
911,103 911,103 000000000000000000008c9fde844950fcd708866b88af933693c57b32a37c22 1.85 MB 3,324 0
911,102 911,102 00000000000000000001bd08dbef3a8c499180e582b591a49a390bad56a128ce 1.60 MB 3,767 1
911,101 911,101 00000000000000000000708075a6f8136d9af8f13ace630fd24f4f5ba6b3178b 1.74 MB 4,183 0
911,100 911,100 000000000000000000005d3ffd37dc7947b569b34b5ddbedac4546d2fb67daed 1.74 MB 4,690 0
Previous 10 blocks ↓
Total Size: 776.23 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,413.42 GB sent, 129.82 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.