Memory Pool Memory Pool Refreshing

6,179 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,826 (38,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,479 869,479 000000000000000000010186ae163e13b25d0c60eb4c61d61dfd3cf3b1821db7 1.66 MB 3,238 7
869,478 869,478 00000000000000000000c60abb93623f647a84715c51e07657c91ba3fb93576b 1.82 MB 2,993 6
869,477 869,477 000000000000000000020fe93e2e999c1948c8b9bfbc6e2768ca453029361cc7 1.57 MB 3,163 8
869,476 869,476 00000000000000000002499818950aebc940415638b70acd71b74bed68c9b02a 1.49 MB 3,326 14
869,475 869,475 00000000000000000001f2ee4313daf705e18ec9d6c5944821545b6c4a962347 1.51 MB 3,664 4
869,474 869,474 000000000000000000005ba017d94c408ae8d00a285be896419f74ec7af8c373 1.72 MB 3,722 3
869,473 869,473 00000000000000000000f49f2f279799c78d264b277a6165d633f74652f183d2 1.61 MB 3,037 5
869,472 869,472 000000000000000000017e253a57a1ddb662af1a9925ba2c3009b4189426e7a4 1.71 MB 3,199 6
869,471 869,471 00000000000000000002b5c10246079938ce32f0b4aa9b0e39fcedd7970cb98d 1.63 MB 3,318 8
869,470 869,470 0000000000000000000068c6bfdbd1faa81f6bcc5d37396cb1ae1149999c94e7 1.53 MB 3,102 3
869,469 869,469 0000000000000000000241ca8c3ae687e4ff66f1ec4f23523cd1c87db70d9331 1.71 MB 3,552 4
869,468 869,468 000000000000000000013365cbfbb507824a4f111530a13c9ab34854e9d6db38 1.54 MB 3,353 7
869,467 869,467 000000000000000000005e60052d1e0585f552e5fa33568a7c9db0cdeb59387f 1.39 MB 2,204 5
869,466 869,466 00000000000000000000aa35ac6b326504ce5dd96b9b9601efa8ddf56967eada 1.48 MB 2,489 3
869,465 869,465 0000000000000000000079061f4ed489b0db6c387632f3d1dff2125e749f360f 1.57 MB 3,762 5
869,464 869,464 0000000000000000000251841c4c4ece3d93f4aad5a99c6fecb314f5b87b12f2 1.49 MB 3,508 7
869,463 869,463 0000000000000000000215afc475e3f8efff6676d23755d379bddac1bece9e93 1.62 MB 3,984 3
869,462 869,462 000000000000000000004bc57f8e5b79b62cfd5d20b9e5c2a24ce56cf41ada8c 1.55 MB 4,190 5
869,461 869,461 000000000000000000017db61ff0d19bf4c3e8b7cabc9dec993b0b463cce4bd0 1.62 MB 4,391 4
869,460 869,460 000000000000000000022ace61b1245ebdfb8ea935f8dbbdda954ee164896ab8 1.59 MB 3,670 2
869,459 869,459 000000000000000000010add712c21b25162fd5627ecf4b69311b9c137c35f50 1.57 MB 4,606 4
Previous 10 blocks ↓
Total Size: 769.21 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,634.60 GB sent, 94.02 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.