Memory Pool Memory Pool Refreshing

1,205 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
6 sats/vbyte 3
5 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
905,944 000000000000000000023aa60000000000000000000000000000000000000000 0.38 vMB 1,199 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,943 (420,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,665 485,665 000000000000000000024f71745433c4f54cd2f6b5de52fbc33f0fd47a468d5c 0.11 MB 94 28
485,664 485,664 0000000000000000003246e4024ff0737111ab6c7cd73d5c40d1fdc7a8d3b725 0.32 MB 431 101
485,663 485,663 0000000000000000009069ffae0acfca1daf029e12f54792ca833e146f85c81a 0.29 MB 259 94
485,662 485,662 000000000000000000ec1d663a6e7c4d96b60f8ba9120ab1a9ead1671c73b703 0.06 MB 51 23
485,661 485,661 0000000000000000006d162fad911c5cf10fcf640470ea0191499a933aa4de73 0.61 MB 1,062 113
485,660 485,660 00000000000000000124f53a92043041e56a9de0d1db5df4eb0318b9a6fa7e4c 0.03 MB 73 81
485,659 485,659 0000000000000000002e6a2acf672a14954c0c2bfe7ea32c0b9ebfe72fc8279a 0.33 MB 536 122
485,658 485,658 000000000000000000f24f3d98d97b380de10b6fe403b1a4f64be6f23e3b4a95 0.61 MB 1,276 33
485,657 485,657 000000000000000000b1d992c66572a13f4e1aa7ef2997160efcd7a24edbe6a7 1.00 MB 2,048 138
485,656 485,656 00000000000000000096392335d314a43c983839c239bf2493bf8a2818c42b23 0.78 MB 1,828 112
485,655 485,655 00000000000000000076d669728589125eb23b084fb82633199709f9360ae9b4 0.11 MB 221 137
485,654 485,654 000000000000000000917a0f6f4f54881f143916fc618dafbb6d8959caaa8585 0.30 MB 798 125
485,653 485,653 0000000000000000008c8251455416ee8c0e206a23f5cafb2bd3506a2a416386 0.19 MB 527 119
485,652 485,652 000000000000000000624433de3130efcc9c203a9437f97bc414fd30f6bdd095 0.35 MB 892 108
485,651 485,651 0000000000000000008cc893176da0573e5c8cac00b1840969fd3876384385a8 0.19 MB 334 144
485,650 485,650 00000000000000000017df63327fc4b94dfffd172474dccf054f15b452f15355 0.40 MB 878 59
485,649 485,649 0000000000000000009b9a02a1a1045e9f4f9e6b09c6177193ab51dea19601ea 0.62 MB 1,244 119
485,648 485,648 000000000000000000b54e173ede777f67c585ff7a61c3ddbb4e8c2a256df162 0.57 MB 1,226 86
485,647 485,647 000000000000000000de07841db68ed639920828a088a245968182d020c1d5d2 0.36 MB 749 91
485,646 485,646 00000000000000000118ae66c8f0bbd0037ef70417ad9f1ac6f1df29041183c4 0.25 MB 454 104
485,645 485,645 000000000000000000faf390a0e4ad594731b2f88c6ebdf7f15f150bdca52a10 0.80 MB 1,698 61
Previous 10 blocks ↓
Total Size: 765.83 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,367.39 GB sent, 76.38 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.