Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,724 transactions (0.85 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,327 000000000000000000022b910000000000000000000000000000000000000000 0.84 vMB 2,715 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (83 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,243 911,243 000000000000000000009d5236e23ccb8993467b882fab50515831bc535763a8 1.60 MB 3,722 4
911,242 911,242 00000000000000000001d6c9896cc75efaa2d2fb29f64ae2677fbb9c59fc74af 1.67 MB 3,459 6
911,241 911,241 0000000000000000000191d1469201f582b703cc2d0ebe0dfcb76f9b7686e616 1.60 MB 3,781 5
911,240 911,240 00000000000000000000b9e77a85e0bcbf428757c778126e2cc833dd78939c69 1.58 MB 3,309 3
911,239 911,239 000000000000000000019282d8a44027cb9dd0badab9fd6dbd003ba2b7db3383 1.63 MB 4,230 3
911,238 911,238 00000000000000000000e144554c0e442c65aefd035ad4a56adc8500ec3f4ecf 1.57 MB 4,239 5
911,237 911,237 00000000000000000001ca38f7f78be565b7e87e5aec6b8ea32c933e158eaed3 1.53 MB 2,853 9
911,236 911,236 000000000000000000016beb9777236e19c1e8af6aa822aa07b3280d17c2dbd6 1.51 MB 3,114 4
911,235 911,235 00000000000000000000032ff9572d1969a5e9e956d2e53b6b3217de8dc86503 1.66 MB 2,941 1
911,234 911,234 000000000000000000000f4bad820966df3d0acf8731d2c0b8da3a281a91a1b2 1.71 MB 3,283 1
911,233 911,233 00000000000000000000f49080b881a440cb6cd43a0f8692eb7161b19e142c9e 1.62 MB 3,730 2
911,232 911,232 000000000000000000011a2008c14e1f885fb0a3ef0f3111e46cda822db5dc06 1.60 MB 3,414 6
911,231 911,231 000000000000000000010ee7b1a4f44b8cf580f3fe692f362c43741f10b81c8b 1.73 MB 4,632 1
911,230 911,230 00000000000000000001f05bca513ec2d0eda2b9eda7c8e70cc76db53b147f63 1.56 MB 3,080 2
911,229 911,229 0000000000000000000213bea2dd05240afacb2fd50b4a327a1cc83d5d5f6054 1.74 MB 4,738 0
911,228 911,228 00000000000000000001570771edace3feada19b981a943a3ed187698ba48154 0.29 MB 587 2
911,227 911,227 00000000000000000001bde048f8a708a90d849ec033bb123c9a80da08ced965 1.55 MB 2,690 2
911,226 911,226 00000000000000000000b9ec66752eb2a484661785fac8e45196b9b37ff0de6d 1.67 MB 2,938 3
911,225 911,225 00000000000000000001a31a457242667b94855a4fe2266ba10a60f9b88dc9b7 1.08 MB 1,241 1
911,224 911,224 00000000000000000001bf5e79c9544a9c75704b6fd8c5b3aae95c7898c5b848 1.49 MB 2,497 2
911,223 911,223 00000000000000000001f8572054ce4ef2c08f72fa31a2286b66ab4fb14d35a7 1.63 MB 3,958 3
Previous 10 blocks ↓
Total Size: 775.85 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,399.75 GB sent, 128.06 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.