Memory Pool Memory Pool Refreshing

12,285 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,577 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,616 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,576 (814,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,640 93,640 000000000007970cf6125dee69a6e8ab535aa6f843c6fd9db4ef45c6ca2a4e73 0.00 MB 14 0
93,639 93,639 000000000003187dacb90d95a583855f18dfd24cf30dea0ccc1d8814cecb1145 0.05 MB 216 0
93,638 93,638 0000000000041a68358f898d91816a2adb14c8a904d5e6cf9ab4a8ced29a910f 0.00 MB 13 0
93,637 93,637 0000000000032af7d8139388f0f21df09edfccf9ede079784d944f390ee9bdd4 0.01 MB 4 0
93,636 93,636 000000000007d58e7f497c6994a2e3a3655379ab4a6bde53c05a430a56fb8e25 0.00 MB 14 0
93,635 93,635 000000000006eedb39072df1efb5cf3b784a2ff1d860b0e02e9bd5f80e016682 0.00 MB 13 0
93,634 93,634 000000000009852382d88a5442c35c602140bf08a6c40f9d9475326572032ecf 0.00 MB 14 0
93,633 93,633 000000000001f5a680543d35695f609b59a0ea78d6d49832cae0163a68562dde 0.00 MB 8 0
93,632 93,632 000000000003eae37d95e9c2bada33b48c83cd2bc2584b19b4de7ba7cfb95c5d 0.00 MB 14 0
93,631 93,631 000000000001b9b988ade7586db19ea0d0196af3b06d467719c3657570bcf655 0.00 MB 14 0
93,630 93,630 000000000002fbf2eb344ed718ea1b4b7f5179f7641e34d624707de3233e3365 0.00 MB 14 0
93,629 93,629 0000000000004553183a05104b363d9dbd8af9f7af8bba79320700820bc9bd4d 0.05 MB 219 0
93,628 93,628 0000000000047640a9411b85c172fe530a325d7c08764594f46ed36ec8a61b40 0.00 MB 14 0
93,627 93,627 00000000000567266952dbd4a96601c5b5b239eee607ac575486dc9f78936903 0.00 MB 14 0
93,626 93,626 0000000000037953824a77a01781281d58b89a407680a9cd7e5b96f0d11e319a 0.00 MB 13 0
93,625 93,625 0000000000012b4b014cb6fdfdba65518f1ee656596d6b6e2aba01a258a6215c 0.20 MB 837 0
93,624 93,624 00000000000741911fd2b780f797bb63260c593aca429a6fa2bc4f8a7b0834c0 0.00 MB 14 0
93,623 93,623 000000000003720c0bb45e812c6dd00d8219b45da8b917d70f81ff0509c00059 0.05 MB 196 0
93,622 93,622 0000000000041e5cde61003f64af41bfe7e353fbabbc9721944f9ce428a79dc2 0.00 MB 7 0
93,621 93,621 000000000003c3c05f08470818ea767695549d3b97e3fb91b754eb9ad92c684a 0.00 MB 10 0
93,620 93,620 000000000008394403f6d7acce38421b3e92360b6125d11cfa76dc14175b901e 0.05 MB 219 0
Previous 10 blocks ↓
Total Size: 770.76 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: 1,848.44 GB sent, 100.85 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.