Memory Pool Memory Pool Refreshing

8,110 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,635 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (797,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,825 109,825 0000000000001549749cc521f998857e51dca0f5b7c5128113a47bd895b4f5e7 0.00 MB 13 0
109,824 109,824 000000000000df818cbf14b56a65a96fc23e9507ca0aff0f2e3712399254da94 0.00 MB 9 0
109,823 109,823 0000000000014faab5a8fc0d174b890a4c10313e8f43d062d119b8a9e745667c 0.00 MB 12 0
109,822 109,822 0000000000019848023812c146a5814f32cf6e7617b128ae02e2478d2e5db7fc 0.01 MB 12 181
109,821 109,821 000000000001426ac6db7bc0d584ed2bfaf0861fd2ba54426f85e8297cc0a9ba 0.00 MB 12 0
109,820 109,820 00000000000051e1cd3f3af981a72c557630016108d583b2a0fdc0a6479aac65 0.00 MB 10 0
109,819 109,819 00000000000169885c6b2dad00f1db115ae4d02e4bc4736b23e76283d8904b2c 0.00 MB 12 0
109,818 109,818 000000000000b9fe7b0a1b37720fdbf35e6a7a1ad0f6850f2259d40299bbf27c 0.00 MB 12 0
109,817 109,817 00000000000151d6d8c466720a37fe3e19d642d572df7ab6de4b6899abc5a142 0.00 MB 12 1,024
109,816 109,816 0000000000006509d2a5d799c1568f2050162da0f33d55f1a191a441afe784f0 0.00 MB 12 0
109,815 109,815 000000000000e2fa4d909f25a6d44457365cf0b5aa49451b10dc48e963d6ddd3 0.00 MB 10 896
109,814 109,814 000000000000e108036e9a26b8ed24915912d9a5945bdf11eaad222f36ea1b24 0.00 MB 13 0
109,813 109,813 0000000000014357ca87d657a714d3c38f874d628ef40f515056d1c7898a9539 0.00 MB 12 0
109,812 109,812 00000000000048df7c925f55f27b2a7d5159a3d8926cd662e30eba909ead812d 0.00 MB 12 0
109,811 109,811 0000000000012e4287b74edccb1748cdb7eb64f1cf4e584e16b43b602de116e1 0.00 MB 12 0
109,810 109,810 0000000000008b763db17243452d9a4fe578f942ed96b78aa2686c294d5c5b9d 0.00 MB 11 0
109,809 109,809 000000000000c14838f827274096760460a8ee7d308f8acbdbbcaea11eb3f31e 0.00 MB 12 0
109,808 109,808 000000000001add71ff3c30cadf7a61b515cfaf31fb9f8b01559f7870288ec97 0.00 MB 12 0
109,807 109,807 000000000000c615acdb43733165355a850a40d3b7d63c468d4a7833e21a8da3 0.00 MB 12 0
109,806 109,806 00000000000187d9bcf3d6df357d089f76903b1416748c928f8662310c9b540d 0.00 MB 12 0
109,805 109,805 000000000000c1aee54d1f03a9929927574ea4c9f098216833e739dcb924d2b2 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.14 GB sent, 93.02 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.