Memory Pool Memory Pool Refreshing

1,131 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,128 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (794,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,601 113,601 0000000000007c1c37d3b2add4c272c443896083bb2bfa9f149005607ef7f536 0.00 MB 14 0
113,600 113,600 0000000000003292bf54dfb86f2eef66367a77e026e40c908ee1081e895e6092 0.01 MB 22 0
113,599 113,599 000000000000b674f3ce365ddab7968dbc95344bd60771d4532ff40036ea3c9c 0.01 MB 17 416
113,598 113,598 000000000000beeaa5951ca5786ff814f2d8b2bf5bcbb9589c13a7bf4e735649 0.00 MB 2 3,875
113,597 113,597 0000000000003f09dfc5935d89d19c2ef3ad2b771759fc5a4693298d9ee44bb7 0.00 MB 12 0
113,596 113,596 000000000000565662fb1d818107f666505d5230c628ac422e43e6be0b150299 0.00 MB 10 0
113,595 113,595 000000000000423d92b0ef3262fea695776dbacb903e241df47e26c343c32f30 0.00 MB 10 0
113,594 113,594 000000000000095fbb5ed2c9ba994328b020da2973a88e311ec372cddd3ac9f3 0.10 MB 36 60
113,593 113,593 000000000000bcfbec844a8a19df911182f7836c85649e82de83ac7359f504c2 0.01 MB 23 163
113,592 113,592 00000000000048947806d583578111df6416a0ee5dfc34a3b13b342558676fcb 0.00 MB 3 0
113,591 113,591 0000000000005aecb2548ab85bb77578c0fe912dc7760fe3f4c5ca4920ce6fde 0.00 MB 11 315
113,590 113,590 0000000000001281fd787bfbe3c623c37a0dd98fa66b6f10846a234b520c8f25 0.00 MB 9 318
113,589 113,589 0000000000000e8119d7348fe34428ce6ebb42f4650c693e0547ad81228163f2 0.00 MB 11 860
113,588 113,588 000000000000a55cde70979a784861fd5e7e54f7f0f7383cf3ce04d82b72beda 0.00 MB 14 410
113,587 113,587 000000000000c06ac2c3723bc0ba0b691776a399366824738e29c57683a7f3b4 0.00 MB 7 0
113,586 113,586 0000000000005a9ae001539cd868c74c92febe808936e61fc3376c7cccdf6481 0.00 MB 10 564
113,585 113,585 00000000000047d202b1482bdf4475677f4b9fec09aff59de2265643aa93e5d7 0.09 MB 362 21
113,584 113,584 000000000000acb3ba7a34872a9f90b4d286dab2545096d8fe66bfc1efee4765 0.00 MB 3 2,873
113,583 113,583 0000000000001e232799de2383b4064922e4b67514346bb287853f66dced6399 0.00 MB 11 619
113,582 113,582 000000000000d8e9107e41fcc67e7700629eee4e0d7ed040518b50e3e03f9498 0.00 MB 9 0
113,581 113,581 0000000000001136b7bf808b05eb72a004c73f4792045de70bd179b2b6752195 0.00 MB 8 623
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.65 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.