Memory Pool Memory Pool Refreshing

10,720 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,838 (580,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
327,268 327,268 00000000000000000f0bfbae78f4efb71276f3b9589cc596eace0c26386001ec 0.22 MB 439 30
327,267 327,267 00000000000000000713d27a2a77345b68d04efd0c4cd73b3ced3d669dec6b69 0.35 MB 456 24
327,266 327,266 00000000000000000b4e7e38ca52ae7cff6091aaef6e104c16cecb5deff28c20 0.59 MB 770 23
327,265 327,265 000000000000000019c259395df1ac52ab699c4ceaa83024c96c7db43f431a84 0.35 MB 650 25
327,264 327,264 00000000000000000382a837ab5c91db103c4273348006d91e845683155f1cd4 0.16 MB 512 50
327,263 327,263 000000000000000005dd169c9523d6e4f4ccb87f381748548dd66a7b0063a77f 0.75 MB 999 23
327,262 327,262 00000000000000000c3e9c3c51a45274ac76f5007f9756b0eec5e60ff55974bf 0.75 MB 1,363 29
327,261 327,261 0000000000000000114e2ca35ff081158d07a792e0bbdeb403610a11b46211a0 0.71 MB 1,418 31
327,260 327,260 000000000000000017b6fca24414fea1771f10a96fc085ee593a4f8b37bef215 0.29 MB 454 26
327,259 327,259 0000000000000000042ae2ac50a09723e758ebe9d075ed224658748a91b263ed 0.07 MB 104 24
327,258 327,258 0000000000000000186f88e035e567d22e79700ef2bfc037770a0e304eeb796d 0.24 MB 448 28
327,257 327,257 0000000000000000014edf0fb4701a421b5a12afec853617c2484e42ef0e5015 0.17 MB 289 26
327,256 327,256 00000000000000000c09a21d5cffe02dc4ec771d25000c865d9d54a7148ee95a 0.16 MB 325 26
327,255 327,255 00000000000000001ab0d47a62b17b8c59db24bebf38105fa51446f46277c252 0.13 MB 231 26
327,254 327,254 0000000000000000075d1e57aa7d09b75ceb8c2f62892e1d00eb50843cf7ca4f 0.21 MB 323 28
327,253 327,253 00000000000000000fe96f92736a8fa3a47e15ca0648b16136711fc95a760f3b 0.08 MB 199 32
327,252 327,252 00000000000000001c8932207b40c9375ce59174f9797caee9dd7ad9460ae8b3 0.04 MB 59 11
327,251 327,251 000000000000000007ee3eddd4eae86e997a6359dbe50d820afc0249a4b48d03 0.08 MB 168 37
327,250 327,250 000000000000000004d9fca4f3c4768f8099796250d81993cde055b6e99cff4f 0.23 MB 291 31
327,249 327,249 0000000000000000011e93febf4b6941128b7b6d316a68418423e54a2d5c8ed6 0.09 MB 30 27
327,248 327,248 00000000000000000d79c8b45dd937c851222c07bdd2283d9f32f086a2c7f917 0.51 MB 617 25
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.