Memory Pool Memory Pool Refreshing

8,608 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
908,157 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,614 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,156 (805,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,547 102,547 000000000003f625765ca93ef9493bb223453aec583a7e42ea1b4242b9ef36ef 0.00 MB 1 0
102,546 102,546 0000000000008b12de4e126394ff31f87b16edfd17aec890373220cf340db122 0.00 MB 6 0
102,545 102,545 000000000002f8eb87b6ea9c029b28c45e7e75fc54f7d42e4a325ce0e822938d 0.01 MB 29 0
102,544 102,544 000000000003afaaeef88c054998ef4ca27adfb4cdb78571f3f4c3414834b4c1 0.00 MB 13 0
102,543 102,543 000000000002062e3e338e9f09d78472120bae404ea03c4af171bdc3e7da7b33 0.00 MB 12 0
102,542 102,542 0000000000007baf044de32afff4ce9c395e84239e98006a2f14903a349b1386 0.00 MB 14 0
102,541 102,541 00000000000362e5477162b92894af3d87c7e5e1ab9fd6440786224a6c2a5a33 0.00 MB 14 0
102,540 102,540 0000000000007855a2f565e56c060000e1fa00c8419a8e0e8bb7801e796121d3 0.00 MB 10 0
102,539 102,539 0000000000003b48fe580f55944edbbdf667eba99aae74b27b665e46c999c9af 0.00 MB 14 0
102,538 102,538 000000000000e668fce934fc4f11f31196452029d31c46da67ba71caf04d1908 0.00 MB 14 0
102,537 102,537 00000000000300a7d04f02440fbf3e0ccc9990acad4130fe413ab8cc1ae79aff 0.00 MB 14 0
102,536 102,536 000000000000496536ad3b854008ae0859f0327a2632c648f970a503e1f8790d 0.00 MB 13 0
102,535 102,535 000000000001d347741a3d065af00049d53bb6abb438db4845333ba442c4e620 0.00 MB 15 0
102,534 102,534 0000000000022d8df9b517318c0d188548a8507df2fcb82df8dd7aea8b953425 0.00 MB 3 0
102,533 102,533 00000000000061e47601dcdc50220de032c35ba3926b2567d0613fc3c434d777 0.00 MB 1 0
102,532 102,532 000000000003bb55f460fc98a35c31c399410777a986b00055a6d66f0f3a08b2 0.00 MB 1 0
102,531 102,531 0000000000007a935934cf67c7bd8772c6777d727c3fd9aded7431b2fa15cd47 0.00 MB 1 0
102,530 102,530 00000000000384a53019569d3504b805550134ab9cb9b01c64a74a74d25846d8 0.00 MB 1 0
102,529 102,529 000000000000473ea3894bc2a0105d44a6ee7fabf7b97b17d85ec9eb4f80ace4 0.00 MB 7 0
102,528 102,528 000000000001bce38ac7d5473c756bf842ed03fd5e0e0d4c10115dadc17e4007 0.00 MB 5 0
102,527 102,527 0000000000023f129bce16bb0810516dc704a3839442b4ddbb59a04ed5d04d5b 0.00 MB 11 199
Previous 10 blocks ↓
Total Size: 769.84 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,680.80 GB sent, 97.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.