Memory Pool Memory Pool Refreshing

17,930 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (757,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,612 150,612 000000000000019cd8ac7d163baf101c730f8d802da66420b40fd3a4c0ba6c2f 0.00 MB 11 728
150,611 150,611 00000000000003251a07ef07f3bb8a0abd1fab79c8758c74040f58e095ab309c 0.03 MB 72 87
150,610 150,610 00000000000007e2111ddbe70cce072c4c25eed49336f9b98c83bbe5b6c2635c 0.01 MB 18 100
150,609 150,609 00000000000009b29108d90add4b56db8310965df9848858efd1b20d222e6570 0.05 MB 110 119
150,608 150,608 00000000000003cd8963e6964beb19b437f2518ff460aa8012f03444241b6003 0.00 MB 14 41
150,607 150,607 000000000000053f81f304e4dc31d243a9b62dcfcc8c401503dcbb14601145f3 0.01 MB 44 14
150,606 150,606 0000000000000ada3dbe4c08f73e4d0ee415ce970ebb5cb7f290e9fa89488b78 0.02 MB 50 102
150,605 150,605 00000000000009b10454493b0d6956f3bd7c6fdf2ff1ee83cb72ac80644327a3 0.01 MB 16 317
150,604 150,604 000000000000051c4170a44ff1ae849309e01206a569ee7d6cffcbd32fc0a7b5 0.04 MB 109 120
150,603 150,603 000000000000063e1b2ca8f04c39b54d41c939d8e885cd53e963785c9a714d61 0.05 MB 106 128
150,602 150,602 000000000000034ca14173219992f32aacf57029c7c2c04f2f3125fa5fd28f91 0.03 MB 55 136
150,601 150,601 0000000000000899219e7836bacd997db59f3bd23aca51435d9f29e703091769 0.00 MB 3 0
150,600 150,600 0000000000000727ee977ff20530096f81986b5e9be3b6f917de13991d36791e 0.00 MB 5 165
150,599 150,599 00000000000007f5eb5e1e976c605d6ddde3378ef48fe8c38c1dd3c2a39eac42 0.00 MB 8 71
150,598 150,598 000000000000087750ad04511e9097eb5aefee6f211ddd98c78f2ccaa50d4aa1 0.03 MB 85 195
150,597 150,597 00000000000003ed7d935fae6c8dd12afa49d3c54c8756c81551e15d1b2be75c 0.00 MB 14 295
150,596 150,596 00000000000003ce50a3e42683762864ff640a12a0c87506a5c46b5dcbc57e54 0.04 MB 122 13
150,595 150,595 0000000000000178fa19e43c52d7fc22cb1cefc8d72718ab37bb82f5794b5480 0.02 MB 47 69
150,594 150,594 0000000000000186a4345b91462f8efb408bc23cf3e643b1527bbc85a2614170 0.01 MB 25 66
150,593 150,593 00000000000002d9faa12db1afc52d5e6d8c07abc01867eb3ec9d8de6694afd8 0.03 MB 64 56
150,592 150,592 00000000000007f1533c2e63d0fde480a24d9d07287c7ed0ded834c7534a9323 0.01 MB 11 19
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.