Memory Pool Memory Pool Refreshing

10,570 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,778 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (779,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,809 127,809 0000000000001b32c9113333960902287ca470ba68ddd004123fc858d8f96832 0.00 MB 8 1,629
127,808 127,808 0000000000001c38dd5f5f9af5075e2ff3610d864f44b41fb71464d4872b14b5 0.05 MB 170 70
127,807 127,807 00000000000021bd43d43b64fa95585ac785eb2df2169c109da6705021070395 0.01 MB 32 1,056
127,806 127,806 00000000000016ee8ca29c394e983dac19a92539f5e5de1dcb5ebebc01000b45 0.02 MB 66 1,328
127,805 127,805 000000000000019f48aa0ae826c611286dd7c82ad454942474d370f024bb7add 0.04 MB 48 785
127,804 127,804 000000000000228e6885958c24fbe722a081f5e0bed81209334bbd7d0e2f3429 0.04 MB 46 690
127,803 127,803 000000000000229ee85c9df2fd43a6be3dad128f3303ff8b0e710b4354915536 0.00 MB 15 1,287
127,802 127,802 00000000000019b8aa202081cf12e02c0b2918d279d1a2925ff1c9030cd69d2b 0.02 MB 32 956
127,801 127,801 000000000000003cdfc23d65c87110963c6d7b62076f6e12af40993ea32cf30d 0.01 MB 10 919
127,800 127,800 00000000000010c9885df440bca294dfd5ecc4ecc956c0e90d231087e2f23f53 0.01 MB 33 431
127,799 127,799 000000000000066edd1e0d92457b84437c1fd80f7ae175a879b7d173e32ed505 0.00 MB 15 1,080
127,798 127,798 00000000000005452c42f5fa76fbe481a94672ad07552d21326dac10c057db17 0.08 MB 192 1,029
127,797 127,797 0000000000000e68d3d5dd0bbd27fb7d6feef61cf92ba850fc27ac3c86c3d4af 0.00 MB 10 617
127,796 127,796 00000000000011929e11380a868ea2edebe18d21a7062421ea4b5bbc7e73c7dd 0.01 MB 29 1,093
127,795 127,795 0000000000001d3efde8f7f854a9222e8dc5c610abb660dc7f6ddbf911222749 0.03 MB 111 0
127,794 127,794 000000000000044b16b155070819566d379fe25299dfb8e40d32ee6a3c71d50a 0.01 MB 36 194
127,793 127,793 00000000000004e30facff8cb270dd750243fcfe96db968a32b1ad912da2fdf7 0.01 MB 15 1,784
127,792 127,792 0000000000001b4e926a3209360ea953ca2e5ea3ac1268db37a237b00ef41ab0 0.01 MB 12 2,338
127,791 127,791 00000000000018f4f61f6d228aa717b5e9a5aa395ac325309ae66316e0ae21ea 0.03 MB 77 1,243
127,790 127,790 00000000000015557ace70319b3ff3371e6095225d3559ee981a1617db18262e 0.02 MB 55 1,903
127,789 127,789 00000000000018492638d0e31e9115000cff0b7e84a3f64ea1a50bd1fbc3886a 0.01 MB 15 611
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.