Memory Pool Memory Pool Refreshing

758 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (702,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,893 204,893 00000000000000128eb44daf4b9633d17d459fef2145588817f4eb84057f0049 0.17 MB 388 112
204,892 204,892 000000000000056e4b787f15fc3da831b7000d2f3ba727e1b8aec0cee9455030 0.05 MB 146 17
204,891 204,891 00000000000003e7ca66821767815b41f3d2b39bc8f76969a263d6983250dbe3 0.09 MB 208 113
204,890 204,890 000000000000032bd4de77286d135538cc50832a6ad6178aebf8cfb3cced15d7 0.10 MB 248 173
204,889 204,889 00000000000001c6cd979d5e30deb3128a83ca257f29b2f2032bfd2ae4f849a2 0.01 MB 32 166
204,888 204,888 00000000000000c025ff85cbb912d347121c5cc10783add8bc5cedee5229c2a7 0.02 MB 32 90
204,887 204,887 000000000000039a4f27b375cb6351366bfaf9df4dedb303591b96c0f0b7577c 0.02 MB 52 145
204,886 204,886 000000000000016fed06178666c7b834c60a169bd1abd8345c77023d24470a65 0.21 MB 355 81
204,885 204,885 000000000000001b248da03b2b9b20356c0beb0328126640787844cbcca3ea67 0.05 MB 148 55
204,884 204,884 00000000000000495c95a38948d8495cd85d86a910bf0746f4e8ffd9a70d8aa0 0.08 MB 204 167
204,883 204,883 00000000000004fff22ba3132b8264de3563f72d3dc6ba95a636cb57df8201dc 0.02 MB 32 108
204,882 204,882 000000000000004bc469fb73fd4643c4f8c2d0da76a1b8927df8159b7ef49666 0.10 MB 111 69
204,881 204,881 00000000000002f8282e219875b0054e0265e34c26a743423d8ec1f321188c4a 0.05 MB 108 86
204,880 204,880 00000000000001454ca10a97c9b603151c678933f487fd904709a30f2d7f2d6a 0.14 MB 113 70
204,879 204,879 0000000000000540ced34d71eaf3d680224650b63a439b636965bb63bb34793a 0.05 MB 99 180
204,878 204,878 0000000000000297ff8bcac8354d328aee368f22a62ad1b40525b88eb57c5a51 0.03 MB 38 17
204,877 204,877 00000000000003dc842e90da942cde2802c16df9871427a1f11df84bdd3a086e 0.07 MB 158 136
204,876 204,876 00000000000004a1dc3f144ade3b031db62c37eb732dd68892e05ebec9c6ba7b 0.03 MB 81 52
204,875 204,875 00000000000001b027e1831325bd7812c02773498fdc53e2bf0b2953fdc6c297 0.13 MB 217 114
204,874 204,874 00000000000002c4efe6c266869d9ddf6e5f27f1cd47afc0e29defdfe470dd12 0.00 MB 13 15
204,873 204,873 00000000000004ad1e7b45b43d044098309edc2b963e45ea1cfae096a4c81cca 0.05 MB 139 67
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.78 GB sent, 93.47 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.