Memory Pool Memory Pool Refreshing

3,536 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,508 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (653,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,038 254,038 0000000000000001d9dcde0fcfb862386b8820a4724de02afa345d182697820a 0.04 MB 95 120
254,037 254,037 000000000000000bcddfcaa94e5b5e92a819029c63062d92cc41118b3b3acbb3 0.10 MB 212 157
254,036 254,036 000000000000002b8e39e09d963eb425df4105eb20011e6fc9604300e7a8a161 0.13 MB 215 72
254,035 254,035 000000000000003fa09ecef50efe83a193089b40a0ee912a1523c7805617c1a9 0.25 MB 656 173
254,034 254,034 00000000000000123e32e2758992283fe6041846d85530f78c7446c70e0870ed 0.21 MB 534 143
254,033 254,033 0000000000000017a92cd9737db4ebf379114efbb5fcac0ef21b12656e9fd508 0.04 MB 78 129
254,032 254,032 00000000000000210713badafbfd7d13405ec68cf3e772ecc7a2bd4509328de7 0.02 MB 41 133
254,031 254,031 0000000000000014150e3bf54013ad8eeb1c4877c36e1d564a6ea69262f1f0fc 0.19 MB 373 93
254,030 254,030 0000000000000004b06f25e88eb07bcba621a70947572304ca1eca486d80446c 0.11 MB 256 207
254,029 254,029 000000000000002174b1114296f10b89ff32bcc91adeec672e2c74729381edf8 0.22 MB 499 146
254,028 254,028 00000000000000360fe9395c9424377cfdbe394faf2cd74dcda68ad72dbade71 0.30 MB 512 44
254,027 254,027 0000000000000018c036646a8362ae26356c7b89583758f133cc10faa822a005 0.25 MB 713 135
254,026 254,026 000000000000000b34c872fe099be8623388abbbbef53bf2df01ab39530ab577 0.25 MB 550 82
254,025 254,025 00000000000000183a548129ca8bbe6492ffd85130edf9483b82635815790107 0.25 MB 703 174
254,024 254,024 00000000000000405b728fdfafdd3c24677fada6d3c3d1d4d0417ab846cbb146 0.16 MB 375 79
254,023 254,023 000000000000003e2367ee2e6279c7ce973bcb1dee458f97b781a5d6f2771e0b 0.25 MB 647 188
254,022 254,022 000000000000001db60dcd7e92071ac5e99eacf9dc80a943c99342982f743e94 0.12 MB 310 105
254,021 254,021 0000000000000037a4185c424830d28bd20d32bc2d04c1f2031213b699f91f6c 0.07 MB 176 139
254,020 254,020 000000000000000340d187529ce4338e625f1ce028dd6cd3f4498fcd42fa9a1b 0.06 MB 125 134
254,019 254,019 000000000000000928ec27670d1694217ed9777689c5a090b835cff7f8f62abe 0.10 MB 207 64
254,018 254,018 000000000000000462d58652f019ed948f0f29d2b1156fa07cb7a8ae09f6acaa 0.25 MB 677 171
Previous 10 blocks ↓
Total Size: 769.00 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,616.91 GB sent, 92.84 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.