Memory Pool Memory Pool Refreshing

3,931 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (107,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,559 800,559 0000000000000000000029979252d7e8c295c05eae3807850213bd02c455f9ae 1.80 MB 2,591 16
800,558 800,558 00000000000000000000567ac9468f522d1fe2ee1b018d36f6a10958dabd0884 1.52 MB 1,288 12
800,557 800,557 00000000000000000001385dacd3bd1dacfbd124da39ebd551d5a245a89c0fd0 1.47 MB 2,449 15
800,556 800,556 000000000000000000026692969f1c1fa029b75b4e9d4cc357242a3d28687440 1.72 MB 2,143 13
800,555 800,555 00000000000000000000ab7d5884f315fa9cba3655ff93aa738aa92207e2cb4c 1.50 MB 2,458 19
800,554 800,554 0000000000000000000560e92cebe45d6579aa566de836de5f218418fa276fca 1.47 MB 2,640 25
800,553 800,553 00000000000000000000c8ca2fc128bcb75661ee67af7184e48e0b9646a9e7f3 1.52 MB 3,172 19
800,552 800,552 000000000000000000041dcf808f794f48b00f446b4fcb3b80f4f9782deb2109 1.41 MB 2,442 24
800,551 800,551 000000000000000000036524007bda8766cbfaba6c26d7c15926862d97fc9aef 1.39 MB 2,691 32
800,550 800,550 00000000000000000002a2f8149dbeb98511d2f84d2ab1c3b74f71fbcc5a01c8 1.27 MB 1,840 21
800,549 800,549 00000000000000000000a98d4890605c4dad7c973f32bab8520f650623580015 1.46 MB 1,782 9
800,548 800,548 0000000000000000000018af01b72d433c03d04c57c06664334fdef88b1434f2 1.80 MB 2,703 10
800,547 800,547 000000000000000000048dd1a15257ffd381afb4c03f5be43ba25e34c8a57153 1.67 MB 3,316 17
800,546 800,546 00000000000000000000da8ac8f285c728d41a585385ea26621930b62535c331 2.22 MB 2,394 10
800,545 800,545 00000000000000000000614fb8c4aca5ae120af89ca47ccd1dcc9cbc58c7adfa 1.46 MB 2,842 19
800,544 800,544 000000000000000000053b134abf6e60beb2eb849b28ef2f8f452a8d6b53a927 1.47 MB 2,834 17
800,543 800,543 000000000000000000032ef6c45a69c0496456b3cae84ee9f2899f636d03c5ac 1.29 MB 1,552 11
800,542 800,542 00000000000000000003ab09ac3fe391db4c03e0907d81a907ca5b07bb49b423 1.50 MB 3,013 25
800,541 800,541 00000000000000000000290130549b04f16f3fc55240e5f1a9b38435ff306ff7 1.56 MB 1,817 8
800,540 800,540 000000000000000000021d9e8d5b79f6b3ea324ca5461aace1e2823471bb4a4a 1.23 MB 1,613 20
800,539 800,539 000000000000000000012dadc45e39bb078e25fab8a5ead63f63689b11a70708 1.69 MB 2,998 12
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.