Memory Pool Memory Pool Refreshing

9,678 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,823 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (780,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,823 127,823 0000000000000de69f6f527e7d0d6d1a806fcc648c3b6b54aeb913ea097a117d 0.00 MB 11 1,688
127,822 127,822 0000000000000a25d699b97f290ddc1048c6d3f2884c1901587b141a9cdefb07 0.03 MB 48 702
127,821 127,821 000000000000095514d21f16d306a4ae78a2339fbbb58c93dfdbde2af5b0d255 0.02 MB 40 1,114
127,820 127,820 00000000000009032b59c99fdf08e33d89580d342e2e4797769e64199d4d07a5 0.03 MB 80 1,430
127,819 127,819 000000000000123fdd39aae7ee305eb7e6ae5257b8e8ef19ba125ab04f597e59 0.00 MB 17 532
127,818 127,818 00000000000017a3a45aeed194e2c21537671184e5c28f1c25e288e1e007fd7d 0.01 MB 14 729
127,817 127,817 0000000000000b41d2b073b12ae5198d1f82818ab9cec0c5cbeb621ae30c2d8f 0.02 MB 62 1,942
127,816 127,816 00000000000001326645922c3320eee5bbf9c86e7c7002f1a21e1023e06bcff9 0.05 MB 109 1,126
127,815 127,815 0000000000000ad7b558328b4106d6f297fba03fd18ddcba081e80c98a3d3b6e 0.04 MB 55 534
127,814 127,814 0000000000000b213b83d7666cec6130c98835b54a7822b9ec59724e5ec1edf9 0.04 MB 78 1,087
127,813 127,813 000000000000245d22d8f54259b659d85944c66d238db586bd32de00ede1b712 0.00 MB 6 2,530
127,812 127,812 0000000000000c507e0c41d8d8dbc08e788ed6ce2ba853a1564dd754b76c6ca3 0.00 MB 9 2,191
127,811 127,811 0000000000002417ec7af6604a57af4df3c23973795cdfd348a2a0641776c12f 0.01 MB 17 1,023
127,810 127,810 0000000000001cac9265bddf81410b2e8f982854fe2240dc3ab824d83a56fcc7 0.04 MB 59 463
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
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.