Memory Pool Memory Pool Refreshing

2,826 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (609,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,699 298,699 0000000000000000346815dfe7d9905f2f92afd98ef5c4ef68db654fb990c4cf 0.26 MB 456 34
298,698 298,698 00000000000000006f191c25f9c28dd35eae01e563481a89c855d2b09d956bd9 0.20 MB 68 13
298,697 298,697 00000000000000005d0d70d52b5a0450dc53b1d102763a677d3cc3a189f39c11 0.35 MB 684 35
298,696 298,696 00000000000000005629e88b51d3f5535e09e29d1e4d9e174008df4483352880 0.26 MB 244 18
298,695 298,695 00000000000000007b3443ab706d325ef7837230a0c06d36dd588b1d09b7cfb9 0.35 MB 640 25
298,694 298,694 000000000000000001a1f189d433b36ceb5fbfa34d60cb0facda6094a8711bb2 0.43 MB 811 54
298,693 298,693 00000000000000003ba4e95b1cad354d111467d48d17169097b5b4b3cbffd9c7 0.53 MB 750 25
298,692 298,692 000000000000000035f3a394840519e039ca4d3aec47c94b4f4c9aed30c12b8b 0.12 MB 97 15
298,691 298,691 0000000000000000242969a614995d1081c3f02fc0a5ac1a3807b8f72142a1ed 0.27 MB 325 29
298,690 298,690 00000000000000001ab161cab1950223dc08f6c53c15a049cb15c90c28db13ff 0.35 MB 753 36
298,689 298,689 00000000000000003dce86f50eaaa55b02537e12e0522986a22a02b1e1fb241c 0.32 MB 549 29
298,688 298,688 00000000000000005e223d8564104c1783efc7fbdd5e142e2f349e2017643d8c 0.09 MB 191 31
298,687 298,687 00000000000000001e15d52f7f3732fae28c0ef388ab248f631b41f964586395 0.54 MB 880 27
298,686 298,686 000000000000000050c466e968efdf7a40212fab080e6dc85c798f9d40d40f16 0.09 MB 222 41
298,685 298,685 00000000000000006bdddf3556207e48c525b66657dbac38aef167df1c5e899f 0.21 MB 415 34
298,684 298,684 00000000000000006c7eb72a5e21ef32d2512cc16fc60745d7b5e953d06a56a0 0.15 MB 381 43
298,683 298,683 00000000000000002b84ed162d6252164790bf8642814db17983377c67d47af7 0.02 MB 47 34
298,682 298,682 0000000000000000158490e391084d7aa371d82d78aa8115a435f5d551606fbb 0.09 MB 132 28
298,681 298,681 00000000000000001ac47fad60ab7812af124865cbce9304b393fe24fad0dc9b 0.25 MB 433 32
298,680 298,680 000000000000000026732402f9e50e2d9f6bb2943df955eadb73a56290f61802 0.09 MB 92 21
298,679 298,679 00000000000000003416d62810a4970f44e34effdf5e5c91d71f053fb2485502 0.35 MB 670 63
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.