Memory Pool Memory Pool Refreshing

8,283 transactions
3.81 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,954 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (82,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,546 825,546 000000000000000000024dec92e8f96443b40359ea4bf41262a8154e75bbc3e1 1.58 MB 1,883 32
825,545 825,545 0000000000000000000159a35a0c5d8e5a9aaa11c38f8b18e9e7271bdce33f03 1.66 MB 2,472 61
825,544 825,544 00000000000000000000ece8b8138ba17cb71b493ed762b5163cb901c877d8be 2.02 MB 2,737 37
825,543 825,543 000000000000000000033b6a49841f9fba300a0b827ed3c66f7a51ac9acf1e28 1.90 MB 1,690 28
825,542 825,542 0000000000000000000212682f587ab2d3053467e4a69227539ebbe3262c2e5e 1.75 MB 3,558 43
825,541 825,541 0000000000000000000065b509b347d6d8b9ce99aaa466abf49cf97be40cf715 1.55 MB 2,910 58
825,540 825,540 0000000000000000000141f858e9fbe27febd3502f63ff37ca75c1bb3a2a5030 1.54 MB 2,626 57
825,539 825,539 000000000000000000008e2ba8fc2b93281cde6269e660f71fbbe8f0e60930a5 1.77 MB 1,349 30
825,538 825,538 0000000000000000000029016b355b521eaf4ff5a4b17c798072660e28399a36 1.63 MB 1,607 31
825,537 825,537 0000000000000000000147bbdba75095c17d4c74814bac497c130aac87c9ce79 1.38 MB 1,805 43
825,536 825,536 00000000000000000003c04a6afd1ca9d417b62d8347cb0babcf4f89d97484d7 1.58 MB 2,774 62
825,535 825,535 00000000000000000001d66ace59758b057925651745592f995690166db28395 1.81 MB 2,899 47
825,534 825,534 0000000000000000000220f9c74b35393e3169b47f80e31aae39bd4e45394e26 1.75 MB 1,938 40
825,533 825,533 0000000000000000000224e38576d5c607b3de577e65e072f27c816d9382f537 1.76 MB 2,506 28
825,532 825,532 000000000000000000030dc2935a6cc301798b731fd3106e0e9f8094ddbd4ddf 1.84 MB 1,975 31
825,531 825,531 000000000000000000031c9002fe5d83fa0e783f43a0b721d8e2f54c888b28fd 1.67 MB 2,733 44
825,530 825,530 000000000000000000034b7e84163ff39451db0b3047046497ee9003f24db18d 1.97 MB 4,002 38
825,529 825,529 000000000000000000019c055c1d0ce8142916b73d9c4d516a6b327e4dcd9f30 1.98 MB 2,353 34
825,528 825,528 00000000000000000002a37b5f3b6cf8da20ad7a17ab1eedf77234bf881f2f97 1.74 MB 3,591 46
825,527 825,527 0000000000000000000265fd503760cef84ab6c37b2e651b91f0bed826f3f8b3 1.74 MB 3,405 42
825,526 825,526 000000000000000000002367229c11414b07266ccecc1493885399cdc16e4dc6 1.54 MB 2,260 40
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,624.92 GB sent, 93.01 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.