Memory Pool Memory Pool Refreshing

7,031 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,831 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,624 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (57,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,720 850,720 00000000000000000002ae406623a059839fe13f163c84feb5014a93667a6b72 1.53 MB 3,326 15
850,719 850,719 0000000000000000000105b211cf7f354aadd868e67e8b012883785380f4f894 1.33 MB 3,368 12
850,718 850,718 00000000000000000000865da833f58061cde162e39ffd85bb3164002b6a4c12 1.50 MB 4,283 14
850,717 850,717 000000000000000000009c6a553d9c2f1e500b34fd4f9b52a1076f7c352ba901 1.54 MB 3,312 14
850,716 850,716 00000000000000000002b139290c23781bb9faa7a11c7bc8a153a785b270c7f0 1.48 MB 3,536 12
850,715 850,715 000000000000000000022a832ade79443afb8061b6c8f2e851c8603cc672b60f 1.71 MB 2,442 9
850,714 850,714 0000000000000000000227f6a930ff2403ab7fd8a15ce00422b3df0c3ed911a8 1.57 MB 2,384 8
850,713 850,713 0000000000000000000060f2bf74044d393ef471c63ffd3e5ccdb0ec4c953271 1.55 MB 4,221 10
850,712 850,712 0000000000000000000174ed03b10bddcd47e36e74883b222381eb3686129fc3 1.66 MB 3,376 10
850,711 850,711 0000000000000000000352b386819edcb7611b1f5767630378f644918b631490 1.40 MB 3,569 8
850,710 850,710 00000000000000000002da7d3cf3aa3f8197748e96d958e77d15fee02cc34b56 1.57 MB 6,042 9
850,709 850,709 00000000000000000001d4c9c08d10ba93443e29aa2714e3e701a2fdc234f970 1.57 MB 3,583 15
850,708 850,708 00000000000000000002386e67e4874c48232530ddfb0b54f8abdde2c94fe24a 1.59 MB 5,231 11
850,707 850,707 0000000000000000000108b0799d069957a493df70a1d3d91f6600c6364bdffe 1.49 MB 3,193 11
850,706 850,706 00000000000000000000804a5d355253324c71705ebc5c544974c9b2b6d31086 1.77 MB 3,308 15
850,705 850,705 00000000000000000002f9f8fde4b547f0438d9867cfad455969f7fba34ded24 1.57 MB 2,652 23
850,704 850,704 00000000000000000002c4f6d09e7276a8c0d33197acf88f776c087f8ddeff56 2.01 MB 1,051 16
850,703 850,703 0000000000000000000333c401e1eb543ea17f60f4387c607a24046f6917f4e9 1.69 MB 4,216 10
850,702 850,702 0000000000000000000025c161f729b7021af43a85f0d693f82d0efc0d61fbd0 1.67 MB 4,881 8
850,701 850,701 00000000000000000000eee675469aa54ad4a26a95e882f1c1aee3c6f9046d56 1.58 MB 4,938 12
850,700 850,700 0000000000000000000311375f09008fe5a271afe3b0316aebe0fcc6e93358ea 1.56 MB 5,020 11
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.70 GB sent, 94.05 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.