Memory Pool Memory Pool Refreshing

5,075 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
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,729 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,728 (698,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,404 209,404 00000000000002435762a4f0b235976b30455745674be3f6319db737fe5f7044 0.04 MB 103 161
209,403 209,403 0000000000000246d290ef2a5dda05bd697c0bab225ed406aeba1189e6e3e2e7 0.03 MB 81 156
209,402 209,402 0000000000000375df7c861df009ccb05d97165d6dc2fec134d4ceb9692c5d83 0.10 MB 291 157
209,401 209,401 0000000000000008ba78f779cb03d66a71d4cbc7b940d1e589ba5aa0698f6d54 0.08 MB 212 239
209,400 209,400 00000000000000e64f1d5c3afb2074b3cf6f240adadf4cec9a971d5c67dbcb48 0.04 MB 101 179
209,399 209,399 00000000000002d9fae98fbdd9bfbb97cdc8398cf595c854cb363757d7be10bc 0.07 MB 167 178
209,398 209,398 00000000000002703aa1fde831b43a888154f4337d3ad9d1a18de7ca211bceca 0.10 MB 212 171
209,397 209,397 000000000000019f72fd587e91cb89a45e37afe8ae13cdff1cae90aa49d74d04 0.02 MB 29 112
209,396 209,396 00000000000002fa2a5f525287d078721cb867164e1e5028ee981fd6c2d56f20 0.03 MB 81 113
209,395 209,395 00000000000001a3658661cbf456d3814c1e4ace5677c2aabd71d6e0b7943bc5 0.01 MB 19 296
209,394 209,394 00000000000004d013143aa30af9be4d030edb7185aaab7459da926dd13012c7 0.03 MB 64 178
209,393 209,393 00000000000004e21434688f307ac4cb048dfe54bf3b3fc683cd6fbbc66d5371 0.03 MB 72 878
209,392 209,392 00000000000000879e7e36c45186df05f2963ce4f39f803e3397826952ba701e 0.03 MB 95 132
209,391 209,391 00000000000003ad08491189e80d35a68daf3cddf70cf92dcdb7c93feb55b4c7 0.24 MB 547 203
209,390 209,390 0000000000000272ccfdf2b8658c12fc67145f990c7a78d0bcfaba17b42bcef1 0.03 MB 71 208
209,389 209,389 00000000000002a0f717890983de3a9d69ec8ba692777594625f3d825015f1ac 0.16 MB 392 172
209,388 209,388 0000000000000051bea1f4247427050e1be0da05617eb9e2e0dfc92f662aac70 0.25 MB 504 178
209,387 209,387 00000000000003a3a9f5933127741744096497e93f0d4ba34423f61570dc48a5 0.04 MB 91 119
209,386 209,386 0000000000000102bae00fd535c1af3948804a7c2510982ddab3a981b475e139 0.07 MB 232 82
209,385 209,385 000000000000005d629e1ec2fdded19649b4793d0390181e9ef349259d521418 0.07 MB 152 143
209,384 209,384 0000000000000074255efa5ed0a4a51f84bd66054c518921d7764949b7ff5c8d 0.04 MB 108 158
Previous 10 blocks ↓
Total Size: 769.04 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,626.03 GB sent, 93.05 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.