Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,682 transactions (1.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,591 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,530 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,590 (880,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,801 28,801 000000008e1f43bfce694fd8bfd4185aaa3d1f0a9ad771405dd63226bd194c0b 0.00 MB 1 0
28,800 28,800 000000003b5bd4ba182e000f0c750e9e04d81e4bf4055a34e1721a244d560f74 0.00 MB 1 0
28,799 28,799 00000000c929b996a3c757b88c9165e8a7f3b5c36552fb455fa01dd25638baf1 0.00 MB 1 0
28,798 28,798 000000006678acca921c44f62b4e56b76c12a169f54536c91dc99033eeef6283 0.00 MB 1 0
28,797 28,797 000000007a796d63671e8169f5f9678087b13b6898e1cc2703efa94b8be0ed0e 0.00 MB 1 0
28,796 28,796 0000000087255fcb194e57c95c30382234897deabbb0bc9e73868e2729ec1a52 0.00 MB 1 0
28,795 28,795 000000008740f435b68f0790fd76c5d6e521ac1c87ce488bcbc47dd972c6048f 0.00 MB 1 0
28,794 28,794 0000000023a571d665e11c8587e4f9d9480712085b13f34a685dd9878fe2820d 0.00 MB 1 0
28,793 28,793 00000000162629678137e2922a79ef999f111ecdf9fc0e8408f0214af9af4203 0.00 MB 1 0
28,792 28,792 000000001fe1bf818151e2b5bd7ab75d3d92f690ad7604759d41f990f1bb1445 0.00 MB 1 0
28,791 28,791 0000000046c827c4a596fc8abafa49c7c423fb9f26e87aa3fa471eff08a75652 0.00 MB 1 0
28,790 28,790 00000000c1340358d4e3b0e4f8ae23eb8a700da5fa9aca51afb23d3ff8b3e49d 0.00 MB 1 0
28,789 28,789 000000001eb13b2c00ff68dcf0c9c74904ea38dd6c0f1d3124eb853503e87df8 0.00 MB 1 0
28,788 28,788 00000000e12f194bc4f3e7988d7d34839b1dd7592b4a4ab963944a9ad0342da6 0.00 MB 1 0
28,787 28,787 000000007fa06def5183eee3e9c43709c5c4f7845583947d18df83064fb08c28 0.00 MB 1 0
28,786 28,786 00000000a8820cb5253bdcefa8fefe6e1ec3e8e971455c55f44f3078fb2c1697 0.00 MB 1 0
28,785 28,785 00000000e307aa5a55d08840845af3f0ed5cf69bcfe81e380eac576d7d2bbeaa 0.00 MB 1 0
28,784 28,784 000000005a7b98bb691bf906c7d68a9911f5758890096851ed0c59b1e3d8a5e3 0.00 MB 1 0
28,783 28,783 00000000f7d671894fcca654d4e61cf327af4e7f335ceca24a9ddb71ee278a86 0.00 MB 1 0
28,782 28,782 000000002238575bb67c9814c54a967ea238eb712219ba9774aa58a420448a76 0.00 MB 1 0
28,781 28,781 000000008a4eb94420a0ab9c837bd826b8e48b24e64dfe7424fce97137e93e73 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 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,095.78 GB sent, 111.56 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.