Memory Pool Memory Pool Refreshing

7,824 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,262 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (415,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
492,494 492,494 000000000000000000ab66fd9946ee0b40975c4bf43484d31d7a5b95bc90bb8e 1.00 MB 2,474 287
492,493 492,493 0000000000000000000469c601c5983f31894b53774ac57c6518948cd6bd3d79 1.06 MB 1,996 165
492,492 492,492 000000000000000000b5238bdd20a8242500d4c6cad5dc55cdb637617432d130 1.04 MB 2,554 210
492,491 492,491 00000000000000000016cd8394bc2a22758cae99d02ad59449c8c24905aaf7ea 1.02 MB 2,613 299
492,490 492,490 00000000000000000072e8302718275094424b2b2eee5c7967288c783dd68240 1.05 MB 1,707 111
492,489 492,489 00000000000000000080e02e92c67c4bc655e8ff5b30ab6da0944d581ea5458a 1.03 MB 1,668 117
492,488 492,488 000000000000000000512b4296d6dd9db3131c97f8586afbfd0ce7a8af9194c7 1.02 MB 1,407 134
492,487 492,487 00000000000000000091b3d8d50025a14689b8d802481d41cbe9c19ef5baeb33 1.02 MB 1,700 13
492,486 492,486 0000000000000000002b9fd3ead5103870f5c623e204c47ef9080362ad02bdde 1.15 MB 1,501 118
492,485 492,485 0000000000000000001b65ca40988d19da78fe89dfbdbcc8156b5bfe06083779 1.00 MB 1,031 32
492,484 492,484 000000000000000000a5e23fa2026e8e3ff1f2559e715967b9e82637d4c0b842 1.06 MB 2,519 131
492,483 492,483 00000000000000000078cbb929d24ef6dbed61060e8bbfbc15863f28feb65458 1.00 MB 2,244 218
492,482 492,482 0000000000000000006e1e2f1f7386741513225f5706b898d68e0b1ce3b557af 1.09 MB 2,079 209
492,481 492,481 00000000000000000013abdddf6e17c85c2710b4ae1838a1fb27871a25c1d350 1.02 MB 2,449 264
492,480 492,480 0000000000000000000ffed280f3424da497bfa647ebddf710054930b84b45ab 1.00 MB 254 13
492,479 492,479 000000000000000000a06cebe7fd75ea5b6937a07b416e7250b7063092e35e6b 1.07 MB 2,233 176
492,478 492,478 0000000000000000009f0a41e3fbc80d9e2c39487507670a7d331ead228c82da 1.02 MB 942 48
492,477 492,477 00000000000000000094df469ae3ab2cb9cf496af15dd24efdfb08f29f89e71d 1.06 MB 2,561 238
492,476 492,476 000000000000000000a0c2ebb2f1dfccb75bc63c9b845cc2a446cffb12c19183 1.05 MB 1,203 74
492,475 492,475 0000000000000000008ba33a9291791aff3969dc43246a3a0eb9fd8cb70584c1 1.03 MB 1,117 16
492,474 492,474 000000000000000000aedef8f509e9075c3fac1f81b246c060fd471c34d8707d 1.07 MB 2,410 156
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, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.