Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,604 transactions (1.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,623 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,988 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,622 (886,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,449 24,449 000000000ce13b1ad4f54ef72eb3ecd1fd28cc5540487ae40c846da96481e815 0.00 MB 1 0
24,448 24,448 00000000de41c0fbf62b0b1217b2afffe3a3d378f6fd5dc6e9d60a86e95d7905 0.00 MB 1 0
24,447 24,447 0000000069d2d246f048c99c418f2575939f1e1c608720d3ae3f095fd1784b41 0.00 MB 1 0
24,446 24,446 000000005e26bdcc6d653edcfea34524bdbf225e105c1685c9313c9b943610c1 0.00 MB 1 0
24,445 24,445 00000000cb5ebf5adbf709f69594af700f8655bc64d5bea946de5cbe52360bea 0.00 MB 1 0
24,444 24,444 00000000374bf15fb8da33f9e7c4b30d1ab168382137e62ad11afd85716df784 0.00 MB 1 0
24,443 24,443 000000004122f623367dc13cdf7f216cb97b606156b9cf0ca00222e728d812b2 0.00 MB 1 0
24,442 24,442 0000000035cc24fbac3890a94f27fb46345a6025696da4d5ef79458fbecaa4ee 0.00 MB 1 0
24,441 24,441 00000000e6cf6df0f8470ac0031b1fbc9eb9982814151b16fa858a4e2d0100f0 0.00 MB 1 0
24,440 24,440 0000000057dcdfdf6b0bcb313f21704ca916d729778be6ae4df71fdc5260d79c 0.00 MB 1 0
24,439 24,439 000000001da7d0fd22ee06bb18b547b8210c5fc8b4e50a706e60813c09eb33ea 0.00 MB 1 0
24,438 24,438 00000000a53119b5709d519592d02d72b1c23eeea12707362aae4d992b0c6fc3 0.00 MB 1 0
24,437 24,437 00000000167988fcb28d085dd6b3017c19e1d245ed6b1d3f16f69e9b52215ad5 0.00 MB 1 0
24,436 24,436 0000000025245a793f0fcbf3f6c05a996e2ba2a3d32de6428692981044b4733c 0.00 MB 1 0
24,435 24,435 00000000c2ebb848279dc9512b15e7710110d66c1d3b66e2db1fbf43aa53e0c5 0.00 MB 1 0
24,434 24,434 00000000baa26191c1247114e3a5eccb69d581d6d274c5afa9691029cc7eac21 0.00 MB 3 0
24,433 24,433 000000009bc6e604507f1e6335d21890cb31dbccaefbeb0eaa62328c78bd1124 0.00 MB 1 0
24,432 24,432 000000003b2e44364f9593613cc1061f2c23e62bfa9df6194a796f10fff1eb5c 0.00 MB 1 0
24,431 24,431 000000009ed83a8fa5cf9bdae0e6fbe0ae7b7f7e0cc4ca62bdf06f0d2b70dbf2 0.00 MB 1 0
24,430 24,430 00000000688fcd51358e9d235cab0c2e2df8f47eaa52d2f0fc761c42e2ab0446 0.00 MB 1 0
24,429 24,429 00000000295fcbc473bb94ebd8a442f0c663571a682df40cecb1ec90874ccca8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.87 GB sent, 121.16 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.