Memory Pool Memory Pool Refreshing

2,414 transactions
14.30 vMB
Show Random Selection Loading Transactions
Max Size: 58/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,027 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (854,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,465 53,465 0000000014d25a48676d0c9daf71c43b8c5a9b796714d25c9f95235fbbf22244 0.00 MB 1 0
53,464 53,464 00000000136648b4be357a3b200858539e0355b2f57dc5d493fe42970f03cd31 0.00 MB 1 0
53,463 53,463 000000000ffdea356cae8383385cc395592cdc6552b9255e1dc7e7e216ff82d3 0.00 MB 1 0
53,462 53,462 000000000f6b509c977ed31601c75178bfa6f98816d1e8bd7b7e22e9be7e4045 0.00 MB 1 0
53,461 53,461 0000000002dc2e3ac0e331576677ac23f7ca10bcfe2ea7146d78107536a4791b 0.00 MB 1 0
53,460 53,460 0000000011d0e1c2aebc3f2a92e402d7c227ac063e3060190bf4250938fe6d71 0.00 MB 1 0
53,459 53,459 00000000151d9c49e39e2055fdb18f58df6443e49b2bfd9f294b8fdd97efee90 0.00 MB 1 0
53,458 53,458 0000000002e69b6354276ec137b8117169f4b9454439e549c375c136c1368a87 0.00 MB 1 0
53,457 53,457 000000000dfc1cfe3ea06a2f93956eb7106fe95122555c706792e7ac93959d10 0.00 MB 3 0
53,456 53,456 00000000105ad472276d6c6518e889d7645cb50fcb04b32bdc4c58360a1fbb8c 0.00 MB 3 0
53,455 53,455 00000000087a012ceffc662d3e902d18907d1e2f85c4ab853b697354677a2a50 0.00 MB 1 0
53,454 53,454 000000000d8af4e7e07a0afa19ea8df25849fa2a792845740faf8799b645a02a 0.00 MB 1 0
53,453 53,453 0000000014257a94b76483157a8b6c2ed3dc7a11a74c462cc6a16d39ca8ce8b9 0.00 MB 2 0
53,452 53,452 000000000af51393cf6b5a3bb2549cc04fca5f292f61a6c0b78694499bee5379 0.00 MB 1 0
53,451 53,451 00000000136db0ef0f8f0c765cad56556c531d04df53a5341f83799f1792c4c5 0.00 MB 2 0
53,450 53,450 000000000f2713aec0ca4be838a0b0e999d81c80a89b66ad728943dfe6a4b447 0.00 MB 2 0
53,449 53,449 000000000ad5b50fac7711119a255267f879fb84db05175f8c48ef37ec0898ce 0.00 MB 1 0
53,448 53,448 000000000422594b3e1064df5972c88b9cd99a5d791bfe141067320d028f0381 0.00 MB 1 0
53,447 53,447 0000000002e8422593f1d29abe7910e4cfde06f61fe7caf979e2fc835bfef380 0.00 MB 1 0
53,446 53,446 000000000829b570a8c9001514e3a86b26cbbe703b4a38c785c55de75bc6b957 0.00 MB 2 0
53,445 53,445 0000000015622fbfb94a74b797b1b42ce8cd0a53b1d0a74622590eba3fad9531 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.16 GB sent, 98.46 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.