Memory Pool Memory Pool Refreshing

3,346 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (599,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,600 308,600 00000000000000003b6a8b1204475bc916c086ffff8581d1c4f29a4983acba34 0.04 MB 66 13
308,599 308,599 00000000000000002f342ef0d9077dad6aa38bb81a6d30497b0f8ee5d827471b 0.30 MB 545 30
308,598 308,598 000000000000000025d2eb46162966f97cfd3b029d0870274a528df066c63d8c 0.41 MB 690 30
308,597 308,597 000000000000000010f64bfab31e485ec23bf01dc8577c435496f1d39186cf9f 0.19 MB 298 27
308,596 308,596 00000000000000002ac239e98e7c52d3a314a8f80f534a55454252bc19e2a6a0 0.17 MB 257 24
308,595 308,595 00000000000000002182d38a2e51fc4e712b182e82134f78b2cada8daeddd544 0.05 MB 133 25
308,594 308,594 000000000000000034ef6738b06c7ec47fb3b3130703aed2e4640cc3395070d7 0.08 MB 155 12
308,593 308,593 000000000000000003a48aa7c52edccab4600f6a09c37147df364a6fdeb5592d 0.09 MB 206 34
308,592 308,592 00000000000000000097aea63e8326d91bb18d4aaf3e9eac7dd0babc66c593f0 0.17 MB 268 25
308,591 308,591 00000000000000000a6fe3b0218b6794afa7f2e071356b9756fbab11b93f21a5 0.64 MB 887 24
308,590 308,590 00000000000000003b5cbe9f53c4323f3a9fc5998d57ac6ec546a8750c43ee9e 0.08 MB 117 11
308,589 308,589 0000000000000000111206e0a21391596f98cd86cddedecf55ba6a928768ddab 0.52 MB 652 23
308,588 308,588 000000000000000040676a59350d2354e3204dc3535e1b404a0c5f2b44c9e8b3 0.33 MB 439 22
308,587 308,587 000000000000000023174146c1a2db58befcf5de5bbdf6a68eb4874e7d049454 0.35 MB 531 35
308,586 308,586 000000000000000007ba8dbdc7d8a5c7efd2f7446ae94ca5110ed57a3f6501d7 0.11 MB 89 13
308,585 308,585 0000000000000000045c5c954d9a901e730ee9a9b00dc8c80d9053ad6cd3ce3f 0.00 MB 1 0
308,584 308,584 00000000000000001fc9481727b68ee051dc852b0a4f7918cdca1e574157a0c2 0.08 MB 42 7
308,583 308,583 000000000000000013ac86cb2c0ffa152d6f368b2eeef6b23b3092b44a247e5a 0.36 MB 556 23
308,582 308,582 0000000000000000372b72fa07f71bc381fdd67175db03b82d68c8061edcff01 0.55 MB 772 28
308,581 308,581 0000000000000000184b3f1219bb6683291a44b68c45121591d157a578f28afc 0.43 MB 730 26
308,580 308,580 00000000000000001afc7551cda9a7f2418bfb844367a72840196a23c38c7ced 0.27 MB 465 28
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.