Memory Pool Memory Pool Refreshing

7,952 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
907,981 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,150 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,980 (658,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,826 249,826 0000000000000079749d1dbd768510615e09bbf6d53db3d8c2144115d8dd0cff 0.21 MB 403 108
249,825 249,825 000000000000006e127452437390b2764c298e0a2d74026ddbf5feb0899e6803 0.09 MB 206 153
249,824 249,824 0000000000000030be94be35e4a0a9d8290eaffae6e671dde0b9139b9738d153 0.07 MB 119 99
249,823 249,823 0000000000000040a22e7e3e9632d96b1a70d1c013a12d14c0c58a6469bfbb98 0.03 MB 67 98
249,822 249,822 00000000000000610f34b8bfc71534a2906d58530e6d9919cad0be38d31756a7 0.00 MB 7 63
249,821 249,821 0000000000000083d94d72f373805f24003010c47784c03f13ba8dbd253b5bd3 0.08 MB 165 112
249,820 249,820 0000000000000002221dea6143b84c3e87a2f1329067e44b7b502307754cd2a8 0.01 MB 25 97
249,819 249,819 000000000000001d6bab9d593cb70a3c8a7a1524aade7d8d79150728fb703a08 0.04 MB 86 147
249,818 249,818 000000000000006ec77fe9481d0a525d89db361845a21d4a6377f61c0f08452c 0.15 MB 290 122
249,817 249,817 000000000000006cc6db45b6bf042a15384370235a8502d5f1a31ecea3c760b4 0.04 MB 99 70
249,816 249,816 000000000000005ee4b57615938684eba4dcfe5347e0a9ce771a94a58a7150f4 0.20 MB 424 151
249,815 249,815 000000000000001d2d48a5f3f4d239c76a32f108bd5f4ee2991e7d164b602aa6 0.21 MB 402 104
249,814 249,814 000000000000002a12bf8f09ff25593a1f6ea160c93678019d030f18ab47fc35 0.01 MB 17 126
249,813 249,813 0000000000000047f75644e38330df941f89a36122fa381231903e89a4ca3fa7 0.01 MB 34 161
249,812 249,812 000000000000003a214b80a6612df626f0049b223f1ddd3fede55a6e6d49f7d5 0.12 MB 269 128
249,811 249,811 0000000000000011b97b03219d4f5587034ad0d9ee2778aa43142d15430e31ad 0.12 MB 263 150
249,810 249,810 00000000000000545ee2e1dce0efaf91b68fa524a4dd822d59a34c71ad84e8a0 0.01 MB 13 55
249,809 249,809 0000000000000030f20d80c7ec410ee34cf3c6253ea6a65f40844ce13d9d7fa3 0.15 MB 287 106
249,808 249,808 000000000000004a95954eb7ea92257926f9cd0a69e6e75c00b1308d3c64d474 0.12 MB 289 182
249,807 249,807 000000000000002254052740dc503b82a0becf51b1a8f47921665ab5c56f3ce8 0.15 MB 320 116
249,806 249,806 000000000000001d0d57e8ceeca7fdaa82a50fdadfab55adaaa62a925d0a1f97 0.02 MB 42 119
Previous 10 blocks ↓
Total Size: 769.51 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,647.38 GB sent, 95.51 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.