Memory Pool Memory Pool Refreshing

5,599 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,679 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (729,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,376 178,376 000000000000015468478c9c89fdce8552755584c282a16c6095143aece853b6 0.00 MB 7 160
178,375 178,375 00000000000009cd5d3557b56a03dc93d431a83d46ef24b380441f706a767422 0.02 MB 43 90
178,374 178,374 0000000000000b1d63631f3d72551329b596e4c333ac56c4f2600c91db12e162 0.00 MB 10 35
178,373 178,373 00000000000003ac71dd30334bb953245dfa916778bcd1874b65336b802f5e9c 0.03 MB 128 13
178,372 178,372 0000000000000a1f768623e526874176374ac1c9b51ddebe508b198696e2babb 0.06 MB 138 346
178,371 178,371 00000000000009e955feb2133022e1854060c6322e6751c9c3d80bd63193811c 0.00 MB 11 0
178,370 178,370 000000000000062ef7fd0b8885a831fcb77ad7a16c2e168b9c10384b7540219b 0.04 MB 72 537
178,369 178,369 0000000000000637ebf43a09a80b3c9ed3857d6d75f3580dcb59275ff565d97e 0.03 MB 81 135
178,368 178,368 0000000000000455ed6ad0b3ddbf43aa818e54f58acccc8f29345b704f318180 0.02 MB 24 96
178,367 178,367 00000000000007adea2ea19662f1410b29fbf9f7865ef18d6489b18a87a043ee 0.02 MB 37 69
178,366 178,366 0000000000000a6f385859df350a61ce78fd57bf81c09f9400cf34021a824ae1 0.05 MB 154 3
178,365 178,365 0000000000000069f55bbfce2a6b43d8eda37698567d0faa1b1042a855715343 0.08 MB 160 145
178,364 178,364 0000000000000aa0dba6f8d97ea96913c28dd74d3c97646d3ca43b1c7577bc72 0.12 MB 260 114
178,363 178,363 00000000000008965e3f163e4a0c24a4d6e4d67b80cf3b6c47ad4d3526329504 0.01 MB 20 73
178,362 178,362 000000000000078824cce348d21ff838d9986d8d5c0b77373bbfcd925bf3b999 0.02 MB 57 132
178,361 178,361 00000000000006cd088923b74777f228e56a3f5335a2e83f1e3d63ba5fdc2d33 0.05 MB 131 121
178,360 178,360 000000000000083c4d718901feeaa77afb88f23f829466f97664c540db63b65c 0.05 MB 127 126
178,359 178,359 0000000000000903b27c78b45f97d12513ee3b59bf4e63c31f0cddd239d7be9a 0.04 MB 77 149
178,358 178,358 00000000000002c61e63fd08e77a0d60c5f566dbe5ce278b6eb8fdbe29e9995b 0.03 MB 97 404
178,357 178,357 000000000000065adb28cb7d7a1d2b042f37594e810996ca14a8663aab320da7 0.02 MB 59 139
178,356 178,356 00000000000000a2d1e088f9c0b1546ec9da1eb5717e5a668b0d79e2cd85ee2e 0.04 MB 9 80
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.