Memory Pool Memory Pool Refreshing

11,571 transactions
3.52 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,146 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (780,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,729 127,729 000000000000263e6840b5c5f865f278d917ef2ca0bcce0ccfe202f51d378196 0.01 MB 16 637
127,728 127,728 0000000000001da09818ac7b03669ffe6bb180bfcd64f4da51978ffc8d41d6dd 0.01 MB 14 1,017
127,727 127,727 0000000000002090fb469b2d4bed07ca097cfdc947559f56bbf6eebfaccb6728 0.01 MB 29 1,378
127,726 127,726 00000000000010cc8775b98b600ed5c2b220fb965b55bb3d6d413c7d94b0750e 0.00 MB 2 2,503
127,725 127,725 00000000000016d26ac7ca551cf273eb2443534ad7237151dc79436b3dbc60c5 0.02 MB 29 602
127,724 127,724 00000000000000250de6fbfde1096ac8163108bcf6ad4ff27fe96559036a1288 0.02 MB 36 884
127,723 127,723 00000000000015c44f999a16417d35ca8755adc18083b29862e7ea10e4590ab0 0.01 MB 21 1,028
127,722 127,722 00000000000018565f5f3bccf9fd61c16dce344bb8a5439ae3a903aa81af3c33 0.08 MB 190 1,112
127,721 127,721 0000000000001703e36329175716df6bbe45d4488b23ab7986db94ecd570278a 0.01 MB 9 599
127,720 127,720 00000000000026672afde0add7123e6301dd1a90b065c80327d9625cf27e979e 0.01 MB 31 785
127,719 127,719 0000000000000d026d767e39682a9881ac52b124ca0fe7994f7f523188372b2b 0.02 MB 27 239
127,718 127,718 000000000000048261ff135be684c4d3c563bc0fe7aee810c54c69a08b2dff19 0.01 MB 36 111
127,717 127,717 000000000000039ce9ee28eeac0b28081fffd1d0b88c091aef210d1a61bc5543 0.00 MB 9 353
127,716 127,716 0000000000002012a97fa471343d8169ab7b9244aa7c9ca66db6dde4ee3d32f2 0.04 MB 57 887
127,715 127,715 000000000000225bf3d2552124cd7b9094d235eeb09966f5d6f6c3f244a301a6 0.01 MB 22 608
127,714 127,714 00000000000011cf048f1f9f8ccfee0408cbe6a4ef149c7e488c06cbe7de0718 0.01 MB 13 461
127,713 127,713 0000000000001dbca34e5b190ab0a084adc8c252977e1fd55279b908ab386790 0.00 MB 3 2,283
127,712 127,712 0000000000000e66b6bd9233f39cdd5112689f95dd99dc6c157c39459e94bb8f 0.00 MB 12 810
127,711 127,711 0000000000000b955f8ba7639b85ea34b60f0a6e7ef876a7f968648ec6de84eb 0.02 MB 46 962
127,710 127,710 000000000000185075d9a26fa6d03a30cec0fa3a18d699242c346e8423949d45 0.00 MB 11 878
127,709 127,709 0000000000001685c5b6545151e93089dfdc7466bbf521d8b26a625821b11656 0.09 MB 160 640
Previous 10 blocks ↓
Total Size: 769.29 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.50 GB sent, 94.38 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.