Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,703 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,367 000000000000000000022b910000000000000000000000000000000000000000 0.54 vMB 1,693 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (372,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
538,458 538,458 00000000000000000024db9654c5d85cc8529e866c73236e6dd29b4a88c1f105 0.80 MB 1,555 21
538,457 538,457 00000000000000000025899e936e1a577ba128405380b0b62a801f9f5edb3ab5 1.06 MB 2,190 22
538,456 538,456 00000000000000000020c2923683537e5eccf92a57aa50d7728d87d28eb235ad 0.88 MB 2,044 19
538,455 538,455 000000000000000000142726ea5eb76d81b5506acfdcbbb245e271bf3000164d 0.07 MB 132 18
538,454 538,454 000000000000000000142d6db37cd9de0e7a87eef4fa8ccb757df68ef608e785 0.02 MB 25 8
538,453 538,453 00000000000000000004bcc6f8903d7604b62fa786c97f99c7cd5cc628c63e81 1.31 MB 1,969 6
538,452 538,452 0000000000000000001b9801dc2242bed94c3bd847684aec16d241ab71e0cded 1.32 MB 2,804 24
538,451 538,451 000000000000000000158aca7f95da3162ce5d40d0e17530e35878b0d8afe528 0.14 MB 374 19
538,450 538,450 00000000000000000014e76eddbe5501a29761230d56f15c3018e2ff2d0072de 0.08 MB 207 19
538,449 538,449 000000000000000000132d800dd5a56dacf4288282b7944727df2a2f2666bd29 0.92 MB 1,229 2
538,448 538,448 0000000000000000001b0e20bd453dae33e9542f1330718303164483cce06e37 1.12 MB 2,060 91
538,447 538,447 00000000000000000006d7081ba0e8bc632a3c6534212b969de7079ab1e87ceb 0.33 MB 635 93
538,446 538,446 0000000000000000001bd41a42e988e9bcc13b62b3c4e3e5945dd15a0752c9e8 0.93 MB 626 24
538,445 538,445 0000000000000000000523ee728373063539ec3f935c5cea53366fa3bda07593 0.21 MB 497 42
538,444 538,444 000000000000000000279e6ea4485a9bba57139fb2d176a7cac7582485236a0f 1.02 MB 1,689 35
538,443 538,443 0000000000000000001f8596659816876db5a6293031d5d9a540e92627cee260 0.32 MB 457 30
538,442 538,442 00000000000000000017bce97a503bac35e9ad2bd5c3cac6a3cdcd6999cd63b2 0.24 MB 361 112
538,441 538,441 0000000000000000001858075418bc6ac230d15a6849f519cfff0a984d758080 0.95 MB 1,499 42
538,440 538,440 0000000000000000001486b720b4c6eba115904b8d4df30f70f067efbdb7edb8 1.15 MB 2,373 53
538,439 538,439 000000000000000000004bb51501d9dde420ecc68aabf7f99d2278d326813543 0.24 MB 177 4
538,438 538,438 000000000000000000006fa360537c062df0089f5e2bfcbc95b39670c88b883c 1.22 MB 2,253 53
Previous 10 blocks ↓
Total Size: 775.92 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,401.73 GB sent, 128.43 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.