Memory Pool Memory Pool Refreshing

1,638 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (829,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,387 79,387 000000000012938b1d65e751b68c65655f4712b2863b90c8d14810047fe5ba5f 0.00 MB 1 0
79,386 79,386 00000000004a90e572fd2dfc226e0c4937e5d8ef6d4457115329aa7e0e5594b2 0.00 MB 1 0
79,385 79,385 00000000000bfdd51bb48c343b4db4391a829b095eb66aa9690f4a80e69c63d4 0.00 MB 1 0
79,384 79,384 0000000000248beea305fe1f5fc6a4c3d61ef0e224e3ec1794067db74aa06b59 0.00 MB 1 0
79,383 79,383 0000000000220650b869baaebaf1385cb5593c62ba7d2d13c6c537ea9678dfa0 0.00 MB 1 0
79,382 79,382 000000000048412e1ac54c1af7039b97b166dfe9d4c2bbc89820deb560a2af1d 0.00 MB 1 0
79,381 79,381 00000000001c04a5506af3693942562f48a17b1cefaf80f1fcb8f1570a8b2a95 0.00 MB 3 0
79,380 79,380 00000000005000cee96a75a5a110b998b71ee4e993a596ec760c24568291c54c 0.00 MB 1 0
79,379 79,379 00000000003d8281d2a8277bcc8d1c030c031e609b333263fea6d4b707e0504f 0.00 MB 1 0
79,378 79,378 00000000005920ec148ef61aa9c6f9a5492bb6334c713da4fdc5147fedaa94ad 0.00 MB 1 0
79,377 79,377 00000000001124f5152c3b321eac1c4e28fd2404438f750bd0d876bf107ee2f6 0.00 MB 1 0
79,376 79,376 00000000000eb69c153b9c485291146291554c697afd063f2c28931712adedf5 0.00 MB 2 0
79,375 79,375 00000000003f41e9a448aaa459bb8d2615c92583af6ebac7f950bae4e0f2ac22 0.00 MB 2 0
79,374 79,374 0000000000169fae8e804b420d02b717a8bc8dc5a03fa6f584e544a3ba1296da 0.00 MB 12 0
79,373 79,373 00000000004e70adc9f6468719ca90c4a536769b9d2467da908f01b42bcb9a72 0.00 MB 6 0
79,372 79,372 0000000000468da80417209b81cd5211de464d804d0176372ccd9ffd347522b8 0.00 MB 2 0
79,371 79,371 0000000000081771303da5e72ce427e8857b473eb34d4417dbcae99b5afa1dc1 0.00 MB 2 0
79,370 79,370 00000000002ffb7f8d2d96d33b35d2eb70953392d7c79fbac9c1ce70466a870d 0.00 MB 1 0
79,369 79,369 000000000021f8f872445eb79e57558c89d2a583f329a4f7369826c0091262fb 0.00 MB 1 0
79,368 79,368 00000000004a42d58d7af193af056a6f6fe29c30f9c7e5e9149ac0002f055206 0.00 MB 5 0
79,367 79,367 000000000033b7920e4c94609e7ce6a139a8891c1a745b2c8f38021f00a41891 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.