Memory Pool Memory Pool Refreshing

5,638 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,082 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (644,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,537 263,537 000000000000000aab30d52145538044c89587bb68df278555988d95256c7823 0.14 MB 289 113
263,536 263,536 000000000000001194ca1ca5273e61ed79e6bbd09aac9018fe4c62115a8aa98d 0.14 MB 308 55
263,535 263,535 000000000000000506f201eda2c0a58b23fef5221a6cafbb1a2d177f69fbac65 0.25 MB 572 125
263,534 263,534 00000000000000111d0a42cf8799e8ff8fec7c3001460eb3e769562d7b459922 0.01 MB 21 163
263,533 263,533 0000000000000005a901a685a2b2f68e93e05f09e0ec894975923d01a21c4084 0.01 MB 28 100
263,532 263,532 000000000000000ece5a667383b49c64f29985d58ade82cbce9b92dc217e8505 0.03 MB 89 89
263,531 263,531 00000000000000084c6358355659df5228a38e32feac40674e1ea1999b583980 0.12 MB 186 70
263,530 263,530 000000000000000a8fc4097039b8edc2782564789c3e451b8480a1d90f117c14 0.03 MB 58 87
263,529 263,529 000000000000000c229215642dc9370617362d9aa96019f08fb4d28a1bdaa7b1 0.15 MB 218 79
263,528 263,528 00000000000000022881788a822585688e11911ebcbd0c752628ea48211ca3d3 0.08 MB 164 85
263,527 263,527 0000000000000009e5e4efbb713aaf2d7fbe4de176cce7a283371059570d2f37 0.06 MB 120 78
263,526 263,526 000000000000000c2dd4baa823a17fe1ed302a21e7265880d25ee57ede4640f6 0.14 MB 140 36
263,525 263,525 000000000000000c76ba1b4347d8b94534b0e0b555d2e27b4906962e9cec62df 0.17 MB 301 87
263,524 263,524 00000000000000119fb82ec4e409a5372251edd9903e0f4bda7e8684bda71de3 0.06 MB 102 74
263,523 263,523 0000000000000014afa9c0af9e1af5a6d286dc59aa43f3ed9bbf2143ecb08e15 0.14 MB 31 6
263,522 263,522 0000000000000001b667e2bfa37ba018f2e7c3d00493496d1d00dedef2b45958 0.04 MB 119 127
263,521 263,521 000000000000000efd87ba7694a3e0178eb71d9456257c510095cb7d70d330e8 0.15 MB 347 113
263,520 263,520 000000000000000cb35c5001200ebeb5c76d7c30bc50d0538503aeb678f35004 0.05 MB 146 92
263,519 263,519 00000000000000004c03dc4dc115c47babfc636df8b2e49bc91397d501d60a58 0.00 MB 10 265
263,518 263,518 00000000000000167ad0786f13ee5233d474b2cd48dc61ed683d3377ab36f07c 0.01 MB 20 59
263,517 263,517 0000000000000011887336f8452ea39a7a1d66ca02b67ac8fa7acd18716d69b1 0.13 MB 116 30
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.