Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,273 transactions (2.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,665 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (882,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,640 28,640 0000000035081d4321941e3acaa3ed987b91f57d31b7a69e48d3bed4aada48fa 0.00 MB 1 0
28,639 28,639 000000000b9ad3a99892dcf0cf3fb378a076ea1f50bf3f883f7265c40536fdbd 0.00 MB 1 0
28,638 28,638 000000009bda34d7a52e56f6210bba418e0cba268bac1fb32671173bc0418247 0.00 MB 1 0
28,637 28,637 0000000077f776c0c26c888147ef541518840336391c41480d8ed582103a4ce5 0.00 MB 1 0
28,636 28,636 00000000c78a0bc8aa7a158610aa04e496159a4c2628fab9fb0b931d1e7e1192 0.00 MB 1 0
28,635 28,635 0000000004873fb1843bb8c08419c1312ca7f54ee71ffe26f0b2088dafb6dec4 0.00 MB 1 0
28,634 28,634 00000000d5b5217ff5273c5d0e5e6b7577bf7b6c2c99b28adcecc87550c95a37 0.00 MB 1 0
28,633 28,633 0000000036953250118894e85a4d21e55c3d66c6ce04fa86e53c580fdb6276d0 0.00 MB 1 0
28,632 28,632 000000008f17d7637729d21c5b7474e54fcbed4a652a9f26ffe241b53ca9302d 0.00 MB 1 0
28,631 28,631 00000000023f9c0745ebe4bb72b080585b44010bab2fa8e9c9ff61a15e6fad53 0.00 MB 1 0
28,630 28,630 00000000035d3ef354cd0f89aee88f5d8f1cffc20ee6fda3edce58064f06026e 0.00 MB 1 0
28,629 28,629 0000000000a79d9d2bbaf9c1e4829e736b2cad25c53dfa072b79049e588e14e0 0.00 MB 1 0
28,628 28,628 00000000a2fe4764fac50f95136a040f660ca4b0bcf01cbb8d560127a2ab8355 0.00 MB 1 0
28,627 28,627 00000000cf7b514f2a79eb1984e864a9ed301467715e2be10580ea9dc373b47a 0.00 MB 1 0
28,626 28,626 000000006ecb508252547bd6200775beceb711da87302c99b308dd54ed07b64f 0.00 MB 1 0
28,625 28,625 00000000107bf327582fffa1fcd91ae3cccdd4c22b227c94ace1d36307e19197 0.00 MB 1 0
28,624 28,624 000000005c71bf0cc24cbc24e767966635ec5bdb391be293ef8e1a09ba7ca866 0.00 MB 1 0
28,623 28,623 00000000c8632659f6ffb9fd9df7241ad5354cc49fdb6fe4d737631da2a44939 0.00 MB 1 0
28,622 28,622 00000000689c88da2f9a5ba0ef33069615021a37fc056b46c1710a5c5ac5f241 0.00 MB 1 0
28,621 28,621 000000008033f86dddb61d5993cea89a30f1913e543914d8017db6091d46cab3 0.00 MB 1 0
28,620 28,620 000000008f2ab9aa0d9f569f8c8787fdfde6273d5f425b3238f055200aa4f42d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.69 GB sent, 121.71 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.