Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,126 transactions (0.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,189 000000000000000000022cb30000000000000000000000000000000000000000 0.86 vMB 3,120 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,188 (74 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
911,099 911,099 00000000000000000000e44f9c7fb84fd451d8e68cbfe391a9a2e82ef30cc03f 0.76 MB 1,827 2
911,098 911,098 00000000000000000000747c4aa787f9bf1cc089b2fb01b164be66c11b2a08c8 1.67 MB 4,544 1
911,097 911,097 0000000000000000000005dfe88efe6bece06d07c2f15457a10799864c5c7c07 1.67 MB 3,596 2
911,096 911,096 00000000000000000000cda9dd2d0a65c411ae32590b0e81b43f2705066ffdbe 1.58 MB 4,125 2
911,095 911,095 00000000000000000000e2cbf55589aa9e86b8b53afbfce933b28157aa2416ca 1.75 MB 4,688 0
911,094 911,094 00000000000000000001c16ed5e0c3ae07a50588cdca9dade8c425739f51961f 1.64 MB 3,877 1
Previous 10 blocks ↓
Total Size: 775.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,376.10 GB sent, 126.75 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.