Memory Pool Memory Pool Refreshing

3,018 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 3,014 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (303,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
604,248 604,248 0000000000000000001525788ed0d9c01ff4050b54af22d953ad009df8b05fcf 0.57 MB 1,354 16
604,247 604,247 00000000000000000007421eaa3678762463ae0694419af151e2eedf12a4efa7 0.32 MB 898 14
604,246 604,246 0000000000000000000588cbfa27f2f01482bd29e64ff4a1bd2afefa1a5f9d9e 0.94 MB 2,303 13
604,245 604,245 000000000000000000082967e4a7a625f802f415eac15b618594033aa8e1f529 1.29 MB 3,383 13
604,244 604,244 000000000000000000092a1f0933c19178985b0f9d4a4b410f3cfa0cd08beb13 1.21 MB 2,485 6
604,243 604,243 000000000000000000048013b78ba0261e3b722fe879f5b9a65ddb0b966cdd25 1.66 MB 903 3
604,242 604,242 00000000000000000014fbc5483460a677c848435a85216fa8911a9f6662e754 1.63 MB 1,049 6
604,241 604,241 00000000000000000001fb5f8a642c48513cb0de0f6d8e6df0d5dbea52a6a7e2 1.46 MB 1,759 6
604,240 604,240 0000000000000000000fd19c334aa9b0ffca1f45dd340adb1c7f350b4a0d7580 1.08 MB 964 5
604,239 604,239 0000000000000000000ea3f90d6f2ae686bfa0f421bc24e17328dd051a947194 1.22 MB 1,493 4
604,238 604,238 00000000000000000013c1500c6c6bdbc4ef9b67d18c4a9c9f7ef77bd38f8c93 1.27 MB 2,651 11
604,237 604,237 00000000000000000002d28a381ca96ca0bda69426bda7f6415bcbd3ffb467a7 1.09 MB 558 2
604,236 604,236 000000000000000000056ecce3c5460cbbc0ed75e227f34f560cf651deff897e 1.03 MB 485 3
604,235 604,235 0000000000000000000cd7e71836871e8f9b15c0f444b4548d28ac8b5076e71b 1.17 MB 1,573 7
604,234 604,234 00000000000000000002c6d85d40d6974b820cb72da71d6988b85e1fe838a33a 1.26 MB 3,163 13
604,233 604,233 000000000000000000015bb1ffeed829731bf440b1a423c85c69018718200fb2 1.65 MB 1,470 21
604,232 604,232 00000000000000000008f48da43570d87be6997aec85e9428d134c767248fcaa 1.05 MB 618 3
604,231 604,231 000000000000000000077c097738686e3db305ad02a4805d1103859317547860 1.02 MB 321 2
604,230 604,230 00000000000000000009b263be5ac8da4dafab189d6bf99c355d1c27be7e5e31 1.10 MB 1,314 8
604,229 604,229 0000000000000000000208829182896a042a0a75bee884aff62115e52e2e5ddb 1.26 MB 2,244 13
604,228 604,228 000000000000000000009a569ab27d6ee3f4c90ee919cdd54c2027c8e213adbc 1.24 MB 2,679 13
Previous 10 blocks ↓
Total Size: 769.22 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.64 GB sent, 94.03 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.