Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

22,237 transactions (5.39 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 2,642 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,067 (889,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,430 20,430 0000000005b698f9c9896c3615be8f3a3b624e0180451b8568563552a0f932f3 0.00 MB 1 0
20,429 20,429 000000004e7fdbfce66b1686ba193ee2caf30174a917a1f6c14feaa8fe25e415 0.00 MB 1 0
20,428 20,428 00000000321bb09dad7bc53084068bf6880749749c4c1592e0c428a3f5a6fb83 0.00 MB 1 0
20,427 20,427 00000000a11cfd6425e1af804e3ca56ded2b521fe10b779121fc19d5cf37db6e 0.00 MB 1 0
20,426 20,426 000000008ae57a20465ac4b4b4d08102089ca747796dcd195193ad3e77dea43d 0.00 MB 1 0
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
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.