Memory Pool Memory Pool Refreshing

7,765 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,772 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (794,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,502 113,502 00000000000077427014d3530b8078de0250195a8f3da5d7502f806f66623169 0.01 MB 24 322
113,501 113,501 0000000000004e6835531fec9a386cdb446fb5becdb6ccb9d09431afcef8f937 0.00 MB 11 625
113,500 113,500 00000000000019cca398fe0a4d6d4fffb2396596d4866b933971b4c16b5bfddb 0.00 MB 14 0
113,499 113,499 000000000000c393235f98122ddf88a6a0beb01bcf8f9bb781dfe428dc134a2b 0.00 MB 10 680
113,498 113,498 000000000000555f40b2d40928f98082ab7cf9003a19c98784d3fc70e2a53e34 0.00 MB 8 0
113,497 113,497 0000000000001678b90a228672d0e0fb93e7050da439b6d1e909364a08d09881 0.01 MB 9 558
113,496 113,496 000000000000d322e232755b2adc7bace5fc73de5c8a3f93746be30469a18faa 0.00 MB 7 338
113,495 113,495 00000000000065c96a65319589ca3d239803ab36304e38b19fc90ae25fe5f321 0.04 MB 155 24
113,494 113,494 000000000000bb5d9a41df3864bf38e6ee5b26b0aeabaaefd27e422788b234bc 0.00 MB 16 483
113,493 113,493 0000000000005056609634b6775fa04da5276205375cac9374f8b9b2162ee2f8 0.00 MB 10 336
113,492 113,492 000000000000550d93dca7d48b7cf5e3c4467b403a72e07aca487b97b6197872 0.00 MB 10 1,078
113,491 113,491 00000000000025571f178f909b7a6bd4132d2ed9c877056f497ebf518a3e2c69 0.00 MB 14 0
113,490 113,490 00000000000004903e675805d46ebe4120ab69e3190be0f681908142e60052a2 0.00 MB 9 0
113,489 113,489 0000000000006e95711abac26d9aace07987a8c9c586721282fc4e51872de804 0.00 MB 11 307
113,488 113,488 000000000000bacd588831061b9eefed8f865fbfc953ea9d977db92093f1b34d 0.01 MB 30 0
113,487 113,487 0000000000003d9f9f5f50ba54f389543c3945d80a88d0b7e767dfd74670247d 0.00 MB 3 3,875
113,486 113,486 00000000000061cb0b6789ad71a8af36f21cccbb0dfbbc6ef9dbf790cf0ef0c5 0.00 MB 14 0
113,485 113,485 0000000000009415fae898b4082a6283de942fe04c379c8644770ff5daf922ac 0.00 MB 10 344
113,484 113,484 00000000000069098e7312b4863ae663cbda167b0fc07a275d164c5733343024 0.00 MB 12 677
113,483 113,483 0000000000008e71328428051fda8ee5ee1f5899a0e6a6e986a5e05a3b7d4936 0.00 MB 11 343
113,482 113,482 0000000000003ede93c4dbee3c03ae0f479a46d7bcfe116ae992c6a1755bdbf1 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.