Memory Pool Memory Pool Refreshing

1,344 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,320 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (773,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,571 134,571 000000000000010fbecda80093a02d7133549e2c312ee5c2dc4c360f802d72c7 0.01 MB 29 486
134,570 134,570 00000000000000640a6a856dbf7a686383cefa65a3ce76e0676b7713be24c147 0.01 MB 17 1,724
134,569 134,569 0000000000000198840fee667b823bdc1544931313efdb30bd6b3b5a4603ab33 0.00 MB 7 0
134,568 134,568 00000000000007a9ae90c98bb838ece7fe7cdb30eb80bc08fb88f7e158dae456 0.04 MB 115 2,306
134,567 134,567 00000000000007ee569b55594be87328900e1448fd0462188fbe0ef6b72189f1 0.01 MB 17 151
134,566 134,566 00000000000002aeb42306ee0ac08838eb508fc1d10737d2b4c1331bdefd1377 0.00 MB 1 0
134,565 134,565 000000000000063740bee0c38e9ab0f521de474772ebeeab8dbdd226646209c7 0.01 MB 15 877
134,564 134,564 00000000000009b6677119ded0bf06b36a6d54afdff4e8f87004d9bf176da277 0.00 MB 8 681
134,563 134,563 0000000000000aa52c13a55c4942712319d3ea575cfb5903aa086b726a23e038 0.00 MB 6 52
134,562 134,562 00000000000004ab0e8b738d8bb5548bf4f8089b42dbfb36fcf957eef4e09abb 0.00 MB 20 1,897
134,561 134,561 00000000000002dc482f866637d687d96e59d749079b031e9be6156f686ad7af 0.01 MB 35 5
134,560 134,560 00000000000005681df5c67cfc6cbca8da5a3967a6f0f0630532b428bbfb2d26 0.00 MB 14 320
134,559 134,559 0000000000000754817c3346804c2992511832c290e1dd3169635d3a7d940eb2 0.00 MB 13 623
134,558 134,558 00000000000007a636995f142f5884343ef633662a3beb520b6d890c7c56aecf 0.04 MB 89 382
134,557 134,557 0000000000000b93a14601382adc58f702742afc9fc9a0636ca8cec2a0f8873f 0.02 MB 56 268
134,556 134,556 00000000000006bf70cb08bfc568ce0f9156f24fff82d1f79dae50b2a7b9fad4 0.02 MB 24 278
134,555 134,555 0000000000000a707548811edf7f7a81c865b16591a2ecd2dbeb7cbfba629368 0.01 MB 48 0
134,554 134,554 0000000000000bd2171783af72811d7103217a6d692f1d677c330b4cf4a18c05 0.00 MB 13 15
134,553 134,553 000000000000087a319c17e1e0b184594c9bd7c4351cb3eaafa1444aa595475c 0.02 MB 30 322
134,552 134,552 0000000000000255ba4210e3a1d91661d9bbc052174e1827c608899ebc7faec5 0.00 MB 10 417
134,551 134,551 0000000000000b40ebcb9a9c6677b7cc80e3d4cfbe7c53a8c6f7b8b5835b80e1 0.01 MB 18 1,075
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.