Memory Pool Memory Pool Refreshing

11,839 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (722,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,271 185,271 000000000000074ae1828a72cc53aaccf02be3f8c42b9fc2e627d8d121d3e8b7 0.05 MB 79 97
185,270 185,270 00000000000002e3052c747203b3592b77945fc527292ef53f450fb53e85a930 0.20 MB 590 157
185,269 185,269 0000000000000a802d019eec4507d25c94e91954f920bd028b65ef7e1c0bae40 0.16 MB 180 92
185,268 185,268 0000000000000215fed8dac7c3eb864c46065b26d2d9d267661ce3946872be3e 0.04 MB 113 120
185,267 185,267 00000000000003a9518926f7c1f91c0fb792eee75d4f5adb9a5eb322d1f06f35 0.11 MB 277 144
185,266 185,266 0000000000000a01f4c45e692ed022c043d7132a1aa84fbb37ee9082b05ff519 0.02 MB 49 54
185,265 185,265 000000000000082c49f5d30e42a007dd63d64a62525de532a2294ca2864cf754 0.25 MB 584 153
185,264 185,264 00000000000004a860abedcf82587e2104f1b55efa754d589a52fcf9669020af 0.01 MB 24 209
185,263 185,263 00000000000009f2d0436e47d22e2ceef3b261079dff12be4d583e7f0eaf6260 0.06 MB 63 67
185,262 185,262 00000000000000f6efd3352af8a477061a34d199759ac897afc98e7a7e74cfac 0.08 MB 143 95
185,261 185,261 0000000000000205ef7fd08bfff3c3bb2d244fcb64193597973a2c71ba47d202 0.03 MB 81 122
185,260 185,260 00000000000002fcb8f247fd44e552d33909a03210d0dc24e6149892b61b48eb 0.04 MB 33 227
185,259 185,259 000000000000026280ea904a783097eea44c151b7b6dcf017e75a5292bb73d0e 0.02 MB 42 28
185,258 185,258 000000000000017abd3e3eae65d4d429c4a5ce8f12ed0f155f1e486d119d4718 0.02 MB 73 160
185,257 185,257 000000000000085a1fe7ccb5bc7b3a5c5dd4ad19f491b2eadcfdeaeff5afdc8b 0.25 MB 638 137
185,256 185,256 00000000000009b3f22ba83ab735757306d646527333fa14facb5e604acd9b48 0.05 MB 138 175
185,255 185,255 00000000000001a0b42fadd35d7bb5afe1e5753cc66cf9f7df92b223c92f2118 0.04 MB 105 122
185,254 185,254 00000000000007b92d069ba1ba3c4ed8051eeaee1062f3f8c7224c3eb8319218 0.02 MB 74 15
185,253 185,253 0000000000000668a0eedf9feb63fc5312956feb75a7a6cf722a8400565ba794 0.22 MB 372 96
185,252 185,252 000000000000033db68ea129a8ff310d321cc9d598df4463e55d8e8744cda5ee 0.25 MB 640 150
185,251 185,251 0000000000000818d280153385fc340c38fb94d8ee32dbb10490e280c0be23e5 0.01 MB 36 92
Previous 10 blocks ↓
Total Size: 769.04 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,626.86 GB sent, 93.08 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.