Memory Pool Memory Pool Refreshing

2,835 transactions
0.79 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,833 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (460,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
447,465 447,465 0000000000000000036574272694005e46d2a9714227359334d64c2eb0cd846c 1.00 MB 2,334 90
447,464 447,464 00000000000000000127eccaa6b6b2d60e564414931fa3bc060bf73089d084b4 1.00 MB 2,494 89
447,463 447,463 0000000000000000032f3a4f4cfd36b860c19eb251b3f98c13142a19a005939b 1.00 MB 2,693 78
447,462 447,462 00000000000000000083c87e8ca763f3a8cbd58c3474da6248d6d610facf2790 1.00 MB 2,167 78
447,461 447,461 000000000000000002f2adad818cb9aaf6248170a0c26ad143e5a1feb2a533a8 1.00 MB 2,424 100
447,460 447,460 000000000000000000c20c1e5c1cbb39a6dd8148f692272e23c47762a4143a75 1.00 MB 2,348 94
447,459 447,459 0000000000000000032d3d96bb5566a4299f1c2480038050f8960236198a504d 1.00 MB 1,888 73
447,458 447,458 000000000000000000c833e3c8a11ef8a3e5783ff4b3bf3f54f9cc438d29c078 1.00 MB 1,936 66
447,457 447,457 0000000000000000016d776ab8d31a3a80f71b1002544d8b4a76414df5b62652 1.00 MB 2,579 100
447,456 447,456 00000000000000000139290ef6b17887b06dfab86f4d1ab5da915e02357f54ee 1.00 MB 1,980 59
447,455 447,455 00000000000000000097697f216d6239e30c408b241ac59df96b26bd11944b54 1.00 MB 2,269 95
447,454 447,454 000000000000000000b39c3d7487ac46e956ffbdbf8de5c6e27690ad9119cf7d 1.00 MB 1,213 52
447,453 447,453 000000000000000001323091e679157127ea4d6efdc6e674147706fe793c922d 1.00 MB 2,753 55
447,452 447,452 00000000000000000139016aecace7b235c361f596ebf03cf7467d37de6f88c2 1.00 MB 2,340 87
447,451 447,451 000000000000000000eab0a76bc549a31e4434145d36e49fdd451e2b33d50f10 1.00 MB 1,362 55
447,450 447,450 000000000000000002dbabbe549652f06ba9f76c570232734f4c7795a74e3d2b 1.00 MB 2,075 78
447,449 447,449 0000000000000000030eed3e9907a47b8631809d0f344343b20daef83fde525a 1.00 MB 1,211 68
447,448 447,448 000000000000000002ff799e7477b1616b207df75fb180488a92b2710704caba 1.00 MB 1,602 60
447,447 447,447 00000000000000000142165f712c90084c22492bcec0884208ae4369232a5d39 1.00 MB 1,817 99
447,446 447,446 000000000000000000fa581f4277f7f4eb58a73e8d15d2c14bf1774bb03b3059 0.00 MB 1 0
447,445 447,445 00000000000000000251b2e881b0793f8ab5a1cbeb744dae16439433d854a863 1.00 MB 2,210 75
Previous 10 blocks ↓
Total Size: 769.28 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.56 GB sent, 94.33 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.