Memory Pool Memory Pool Refreshing

10,546 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (722,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,342 185,342 00000000000004ef3b88f05e3899633a0cb3857c2fa188f381f79e1f4f308b86 0.05 MB 112 85
185,341 185,341 00000000000003dabe9a49001b03b02d752bb0632a35014db84145d815b19aa7 0.25 MB 421 148
185,340 185,340 000000000000094f543de3cb74b7bd17d828ea2d229c04af78ffeaa184047369 0.05 MB 124 96
185,339 185,339 00000000000007a628a67c0f8068004365776b0785587c5026fce533a6d83aea 0.07 MB 213 182
185,338 185,338 000000000000075378a5736ff151a1acfcd307c0829b93b8f8e8f74031475bd0 0.04 MB 142 188
185,337 185,337 00000000000005cf886afc3bb4bf437f8d3ff29e4d2fd9f30333b964a97c927e 0.25 MB 643 152
185,336 185,336 00000000000003a6f02736051eb4a1b6d237daf2fb8a29b5e850f88cb86be36e 0.06 MB 148 169
185,335 185,335 00000000000008c2c73c1ad45bd2273ae73b2f5f8d6dc15b3a24060b5a6b0de1 0.25 MB 563 123
185,334 185,334 00000000000003e41d9741355da7f80feef3088f9c74a2566bb73bf01852a0e4 0.09 MB 291 415
185,333 185,333 00000000000002334c71b8706940c20348af897a9cfc0f1a6dab0d14d4ceb815 0.05 MB 116 191
185,332 185,332 000000000000098946ed42c960f021c4392387c9aa39d63fab59bdf13ab6bcae 0.25 MB 400 214
185,331 185,331 00000000000005359e69bb66dcdcf46286fc739289fe43c74607219560ce269b 0.18 MB 416 174
185,330 185,330 0000000000000681f665778d819dfdef7fadce56cf77e7d1885a4874005f2872 0.25 MB 702 151
185,329 185,329 0000000000000a7ce8ad0bd14b19b99b631c142ecba7e58858d21484b4d43cbe 0.25 MB 447 145
185,328 185,328 0000000000000423e9c99a8d6de40601d4a05711874ace5ec581552e1af4bbeb 0.00 MB 7 15
185,327 185,327 000000000000056c10a3b25f044ca1ae4ca35a1e00e183e6daac7b85d79f89be 0.05 MB 140 157
185,326 185,326 000000000000019a3f416d0f3cb18de548b383340f44728322701b5026009dbb 0.31 MB 512 117
185,325 185,325 00000000000008390bea32f66022ad60f836a1215a6c8589a5de486c38fdd84e 0.05 MB 152 237
185,324 185,324 000000000000046d308c85a6f2eac867997943eb711929814d330ba19d0db46e 0.03 MB 73 146
185,323 185,323 000000000000006bb85c39ba756734c68b09b24bb5447799412588a21ad8cebe 0.05 MB 192 19
185,322 185,322 0000000000000125bcdfaabed8982e65274a1f0974bb184f60c14d570a49c0b4 0.25 MB 677 163
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.98 GB sent, 93.10 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.