Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

22,298 transactions (5.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,068 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,831 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,067 (889,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,425 20,425 0000000046cd2623edf7b0d660daf1141bf19d27b4b4f6840adab57b7353cb84 0.00 MB 1 0
20,424 20,424 000000006c55ca6ccf358fcccfcfaa6745ef4c9957896624c69991e914cc3192 0.00 MB 1 0
20,423 20,423 0000000062e367341f37eca0027aa05bac9e6a68acd87b0d510b4b85ba00ce5a 0.00 MB 1 0
20,422 20,422 00000000dc64209e030b39c49fe19e386fd49f8c98c54eca44c03e968f296327 0.00 MB 1 0
20,421 20,421 00000000e872e8bd3c764f2a1c01a90ffdb5d9d95fa92b45b4d3085b1ffedc75 0.00 MB 1 0
20,420 20,420 000000004c72affae39b49881cd993790d0c7364a1d15e015536da946cffda4c 0.00 MB 1 0
20,419 20,419 000000001e7cf82c5c9a31cdd83b4cea7c5c499025629bc3f63b30167b3c6701 0.00 MB 1 0
20,418 20,418 000000009d21f5616451b607e5b38bde7a816c7fca51acd031b5643c79ad6242 0.00 MB 1 0
20,417 20,417 0000000099af07d315b13f4ec0817583e5c2c0f899c8de3c11c7c500372b72df 0.00 MB 1 0
20,416 20,416 00000000a46605c6bfc7ac085f85c4d2c5f7688bd589e6c947c9ba8c374c79e4 0.00 MB 1 0
20,415 20,415 0000000097eaee4a3c5a0d3baa8706602df4d9da689186acd453978ec0b7bb45 0.00 MB 1 0
20,414 20,414 0000000034c8f344f91b4015a5db9151bae25616fb8c5f88e4648c7c22df7cbf 0.00 MB 1 0
20,413 20,413 00000000d3837a849f232620d34cafa58f351427463f340c7b172fa75930e7a3 0.00 MB 1 0
20,412 20,412 00000000c7219a8dbd5d0c2ac73d7ac4e61154dcf679b67df98abb447ec2e51f 0.00 MB 1 0
20,411 20,411 000000002006a90faae83091c6f00843a8b2aed931f30a21e9ed9cc320e0bde9 0.00 MB 1 0
20,410 20,410 0000000053b889cc4105fec8070db5f3d3ef5e24159f35007d32d7b4ee6a60fd 0.00 MB 1 0
20,409 20,409 00000000c7d730f16314d7a88278631a90df3b72b63b29432ddfd5590a2a9d0e 0.00 MB 1 0
20,408 20,408 00000000fe68fae3ea60adacb043ab6bd37f3d3a8915d991951b836d66edc9e6 0.00 MB 1 0
20,407 20,407 00000000b2928bf2f2356e5ac58e50d21b3c48a2c3c854a8a75511a541de73b6 0.00 MB 1 0
20,406 20,406 000000009a8408397dd5dc70e013aed966ada6734599f719c3f8c1d76751f92f 0.00 MB 1 0
20,405 20,405 000000006440d96e5a77a85b27f99ab99dca1b4ba00d17c6a10139a3ea72f871 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.52 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,186.64 GB sent, 116.09 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.