Memory Pool Memory Pool Refreshing

14,064 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (668,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,962 238,962 00000000000000b8cb4679ca121fef41e0dd19a0c7b20cf4e564197abbf061aa 0.28 MB 584 151
238,961 238,961 0000000000000100df2610d00f35b099683bee157c3ac9b6c98da9061bef4be8 0.25 MB 602 191
238,960 238,960 00000000000000ce261b82f559cf19e1cefd1cf4f6762545f2eb4f840a98302d 0.24 MB 465 119
238,959 238,959 000000000000004a13fb5fa099de4b77feb9c1320bed5bee6441ae839f02be96 0.05 MB 91 149
238,958 238,958 00000000000000ab71f885eb649360d11d1d6ebede7a1c152e3e01892e9345a7 0.14 MB 308 177
238,957 238,957 000000000000003c1d9c2665d7449ae5d337bfd3807a37eb4c379868d378acba 0.12 MB 283 234
238,956 238,956 00000000000001428f83b9dcfbd49c0f7e9aa4db3f16b510c494cb5fd7f0d1dd 0.15 MB 342 150
238,955 238,955 000000000000008a92dcc21334619b5018f84cf314506427091d97995507e1da 0.07 MB 155 154
238,954 238,954 0000000000000159713beef02af99557fc565c0f72a4f5d30282de48cf78e179 0.21 MB 313 138
238,953 238,953 000000000000004caf122e6fafb2775385393e3d8bafcdb129e7f50c00834c2a 0.23 MB 477 172
238,952 238,952 0000000000000024b332f113fb2c260e15dad3c3254c1bdeda3538b54309679b 0.13 MB 347 149
238,951 238,951 0000000000000133a3c4542ffb6b70f3f8047fbc7ba9081adc3ecf46495fec8c 0.25 MB 605 178
238,950 238,950 00000000000000e40be088d04995f2e48341330b3ca519f62f92317775ff614e 0.25 MB 550 199
238,949 238,949 0000000000000107e9554e4f5922b92d2938f40314779868f9642380bfd8f23d 0.11 MB 226 160
238,948 238,948 00000000000000bc3b3b950adc1086a9436db9cbc6914febe9acad33775d65dc 0.04 MB 95 51
238,947 238,947 0000000000000040a95f7f987396fd4fc9cc4e8554fa2c4998f6b9a89f39f185 0.25 MB 317 107
238,946 238,946 0000000000000156782c59b8d41a6ac0f69a96a4464de4a849699c23881e535b 0.25 MB 465 137
238,945 238,945 00000000000001455530188345f0f186754c9673b49346b5ebf2e90291b91862 0.25 MB 789 326
238,944 238,944 0000000000000131c57093ab8df8c020bd0b939b7070c7b527f2eee83df628ec 0.16 MB 379 206
238,943 238,943 0000000000000026119f2dfe62922a7f9a3e06892f6ee2b7532350fb0e0fe455 0.05 MB 111 96
238,942 238,942 00000000000000f2c89ce75ce69c1cf6a8f1aae363fe6f6db109b30e3e9d4a73 0.20 MB 388 162
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.