Memory Pool Memory Pool Refreshing

5,253 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,244 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (462,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
445,697 445,697 000000000000000002511383eba1c57f09085e9bb4dfe8ab5a4286e6db7ac307 1.00 MB 2,286 82
445,696 445,696 000000000000000000dadc2366bf3935e8d1859e14fc9302b7411dc78bd59709 1.00 MB 1,286 50
445,695 445,695 0000000000000000024fcac8fa77129f3ddda7774effadd0600ab7972b1482c8 1.00 MB 1,866 47
445,694 445,694 000000000000000002284eb0e7332a1fc6bad6987981aac1cf606e47293915b9 1.00 MB 1,642 54
445,693 445,693 0000000000000000021521e689e9eb1ec15d0bae2dca2a0bbfa95173f3ee0feb 1.00 MB 2,501 80
445,692 445,692 0000000000000000018ef01bc2349d276c46ce58f24dc60329079b8fc9d0d185 1.00 MB 1,800 66
445,691 445,691 000000000000000000326471469b18d314a4f0213d68ce2471ff856f8a9925f0 1.00 MB 2,685 82
445,690 445,690 000000000000000000d387ea8350abb6e7d51980f26fd47fc1fd549750a94daa 1.00 MB 1,937 64
445,689 445,689 000000000000000003061a17fffa81d12b223f5d7cf8195313ff5bd057cf6904 1.00 MB 2,659 97
445,688 445,688 0000000000000000035446cb7321a9e3a2b49daa94c52a20b2014154cb61e3d4 1.00 MB 3,406 74
445,687 445,687 00000000000000000365f35275a13c8c0668fb445c9f3dd30a86696613a83d89 1.00 MB 3,000 77
445,686 445,686 000000000000000002e399d68382d33d99b6ae1a926fe28fc84481021c5cf2fa 1.00 MB 2,997 67
445,685 445,685 000000000000000000599d4a73b99f66b6b88b058fb13ced9b88a32538099132 1.00 MB 2,248 77
445,684 445,684 0000000000000000011db5393183c10ec4e0e6d9348644dea9a4575910da5eeb 1.00 MB 2,791 78
445,683 445,683 000000000000000001a822c6dced3f0ef92d43053a287a9a4d88ef76e2955701 1.00 MB 2,477 99
445,682 445,682 000000000000000000edbc7d4dad9a37dedd41d89c50db620aa4c1d4afadee73 1.00 MB 2,179 88
445,681 445,681 0000000000000000020c8fbc35b4552df6ce70fd493f359b37683776afe99062 1.00 MB 2,344 91
445,680 445,680 000000000000000001a8c25aa07fa2aa375db978d176ebcaa1be2ef1230a64fc 1.00 MB 1,987 102
445,679 445,679 0000000000000000013494851d3e32c9c5db16a88b153b55459c581679995afa 1.00 MB 2,518 127
445,678 445,678 000000000000000000244c1b9c9e555b4f86485bb81497ef07674b64f5537ec1 1.00 MB 1,649 67
445,677 445,677 000000000000000000af886bf19e046d7516de6cb807dab3848b09c66c000328 1.00 MB 2,859 97
Previous 10 blocks ↓
Total Size: 769.13 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,631.77 GB sent, 93.57 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.