Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,857 transactions (0.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,056 000000000000000000022cb30000000000000000000000000000000000000000 0.54 vMB 1,842 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,055 (895,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,191 15,191 00000000ce2ee352677c6c5c0f1a2eba1bb9b1c2c0e780158b3e0236f41487aa 0.00 MB 1 0
15,190 15,190 0000000003c1defc189adb1476d6a650e91e98b0b10a9af12d52c61d4660c321 0.00 MB 1 0
15,189 15,189 0000000059dd4bbdd891fe90c37cbe40a23748fcae2407856d39a8fe8bd14063 0.00 MB 1 0
15,188 15,188 000000001b2094820ffb0a46a6df94488dff1182c635187c8942c54fa863b506 0.00 MB 1 0
15,187 15,187 0000000027c0f4afcd4bc283ed3a3dd15033bc9ee11cdab02c11c4726736137a 0.00 MB 1 0
15,186 15,186 00000000fb303e349afbca5ae7ef4cd8912be28edebb694d96c06d3da6265adf 0.00 MB 1 0
15,185 15,185 000000006dc2a562c73422f9bfbf3bdcde59f82f7e2edd6df2ec7e2648241651 0.00 MB 1 0
15,184 15,184 00000000d25e165febc6a222af239be0ce1a47fba2176ce45c6c3467a897f38b 0.00 MB 1 0
15,183 15,183 00000000ef9fa04258d2f66807c4a01fb56620c02a53c054097a0e28b3e8a023 0.00 MB 1 0
15,182 15,182 000000004fa0a8f69822aa35000e58c77b366c35097ed58e2d084ea216d36cc2 0.00 MB 1 0
15,181 15,181 000000009e1171fd0ec067a8f85a9874069704f9fbbeb29efa00a40e02e7612c 0.00 MB 1 0
15,180 15,180 000000009d0bf38eb7e39d6a76804794f43c7b810cae898aac1c6c0bfa7412a1 0.00 MB 1 0
15,179 15,179 00000000e2e88dc22d206d9a7e66a0634794468d9a8e576661e5f6136382b1a7 0.00 MB 1 0
15,178 15,178 000000007f537697f59447d0605e40a4c82961c58854365a22aed493a3026561 0.00 MB 1 0
15,177 15,177 000000004f3f9641d59ba057a125f1ce0bb0678fb1ebc19e87d2945e34cc3dab 0.00 MB 1 0
15,176 15,176 000000000f36203f8ce357dc2598385c45a59d2429bf20a68a80a8e276574103 0.00 MB 1 0
15,175 15,175 000000009247999f8b18d7888458830b527e6bcaec83323076a1ac9175b0857c 0.00 MB 1 0
15,174 15,174 00000000cc27d3570be7bde28e87e5a53787f22f5426af99081c97127c035efc 0.00 MB 1 0
15,173 15,173 00000000e7d2c350b4d909cf2f8811325e40511c59386e7e620bdf78d3da4266 0.00 MB 1 0
15,172 15,172 000000003eedba19d50845853cfdb06ff7ef0b371fe98d867b6ff54ce9f8f092 0.00 MB 1 0
15,171 15,171 00000000b545d04288bd3552dc2296e26c0e61cd232b84d6dedb6157ae8831f8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.34 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,363.32 GB sent, 125.51 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.