Memory Pool Memory Pool Refreshing

8,259 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,849 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (207,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
700,613 700,613 00000000000000000007da5d13ac2e41749870b16ccef3440b90900dc8db9bad 0.48 MB 458 1
700,612 700,612 00000000000000000000b590198581ea365e693877845dec1f1cf5169bcee08c 1.30 MB 1,431 7
700,611 700,611 0000000000000000000e8f0c950887a040246a16978b4420ee4bda208a0aac30 1.40 MB 1,649 19
700,610 700,610 0000000000000000000397ac86aa3e40460d66fda094179344bc457ab9c4b07c 1.49 MB 1,896 5
700,609 700,609 0000000000000000000ec60a684c34fe7e997bd16940d0daa9fe90615bce4b18 1.43 MB 2,094 28
700,608 700,608 00000000000000000008704b9f4a34407d12215d2e6394533404d73e7d6e3104 0.16 MB 358 16
700,607 700,607 0000000000000000000c201397305073c30a650fb56c93ef3fab9d97e090027a 0.88 MB 1,025 12
700,606 700,606 0000000000000000000e0d81bbf20da82bce82fb0d019fff7ac628c1578c4d6c 1.57 MB 1,676 5
700,605 700,605 000000000000000000056e962cea22010f193a15942ec8e582544c05931c93e7 1.42 MB 2,281 18
700,604 700,604 0000000000000000000ac4bcbb3aaee3a1f69fbd6f3add2fae8edb9c342b75f6 1.39 MB 2,604 15
700,603 700,603 0000000000000000000d01c2c3a0dcb9f21a2a21b44abc9200c600035c00607a 0.44 MB 652 13
700,602 700,602 0000000000000000000a4b790f6b4a8b690e702fcbc7d4ffc3a6da9e0cc5438b 0.16 MB 322 11
700,601 700,601 00000000000000000003026ef61928b5f20a89374d9ae32fbdb14454e7eca77c 0.31 MB 256 10
700,600 700,600 0000000000000000000920b3eb887e89a045e8c3944c8fa7440704a0d1ac9a51 0.76 MB 643 10
700,599 700,599 00000000000000000005dee1d5d9c7fa478eebaf54172fbf41f0a6ec0d92c54d 0.38 MB 853 16
700,598 700,598 0000000000000000000336865d9d9c9567e069b1c915c4a0eafcf11c9bee726e 1.20 MB 1,981 11
700,597 700,597 0000000000000000000a91c26189de16097218379192370e344e79dad4491635 0.78 MB 1,327 12
700,596 700,596 000000000000000000053f7f77b75efa56d1b1f34d44aa4f384fb534b44c3429 0.30 MB 389 9
700,595 700,595 00000000000000000002c719f504adc3eb057362bb8bfec654b64a197407af80 0.51 MB 799 12
700,594 700,594 00000000000000000009b62d8f26a00330f9910e0a05d12b16ba41aaab3db4eb 0.67 MB 1,066 5
700,593 700,593 00000000000000000001eb28065a305b9c5a0cc551a2c6256e2abb62d087d031 1.42 MB 2,294 14
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.27 GB sent, 93.77 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.