Memory Pool Memory Pool Refreshing

1,914 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,881 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (415,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
492,499 492,499 00000000000000000093c4699fb047005c6baa9788def2722aea26b22489fd4c 1.00 MB 1,487 144
492,498 492,498 000000000000000000681ce7cf1ebf92c2882c9818611f5cbc8fa0d78c7c4b0d 1.00 MB 2,214 235
492,497 492,497 000000000000000000b6b5d51c52952347aae0b3d92e2602e654fe291e42b2d7 1.05 MB 2,457 248
492,496 492,496 00000000000000000051a62ad343c0a107948a1cfd3b2a46f88735e11f32b723 1.00 MB 2,032 91
492,495 492,495 0000000000000000004689e1feb8874e238e6e977ae430bd0f1b41f8b5dd9b37 1.08 MB 1,835 154
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
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.