Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,417 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (16,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,384 891,384 000000000000000000010389f35b6159fb4aa5e7a08f84942ab2dbd875a3d999 2.55 MB 1,098 1
891,383 891,383 00000000000000000000c14a550b2c9ef3caa1d422e4dd2ac7823ce7dd7c699f 1.38 MB 2,427 3
891,382 891,382 00000000000000000001fe146b492509cbc14b293994dac398cf32dda144b0d9 1.69 MB 2,428 3
891,381 891,381 000000000000000000001c8de552afd562f487f7cec1af3351bff29cfb7fc6cd 1.57 MB 3,917 4
891,380 891,380 000000000000000000015a29c7e016003d5af692fc561c8314b60eab4e926c20 1.56 MB 3,831 8
891,379 891,379 0000000000000000000026fa6cd2e29f6b33f9694790ad33613f348b25e1cc22 1.81 MB 2,760 3
891,378 891,378 00000000000000000000226d1225c589bec2e6ca1cf052dab8edc21c3ef7e7ac 1.62 MB 3,986 12
891,377 891,377 00000000000000000000d13bc6f035df7508bf74052ce21fd38e5ab4954ad3a6 1.64 MB 3,471 10
891,376 891,376 000000000000000000003105da351b7c949235814715d1c1f2a8472b18360b5a 1.51 MB 2,147 4
891,375 891,375 00000000000000000001ada1d30feb686db1f7bc9abd566d083788665e8410bd 1.78 MB 2,020 1
891,374 891,374 00000000000000000000b0dbec8b063a13d4843a5a90f7e4d2af3e20e4f08523 1.67 MB 2,861 2
891,373 891,373 000000000000000000023ca39af8830c8de56236ea28ae18a41bd798679a8914 1.66 MB 2,885 3
891,372 891,372 00000000000000000001ac9d3808f56b3b6ac6dfcffba067e0c7225eeca08834 1.68 MB 3,562 7
891,371 891,371 00000000000000000001edebe3240829833ec9a3981d17d4c511a695328563c0 1.61 MB 3,880 11
891,370 891,370 000000000000000000023939c81333ce73fc3d3c9f0273d747797450872cd34a 1.66 MB 3,065 6
891,369 891,369 00000000000000000001a1e6977fe9371721f577f2306f2be34e74352883a9fb 1.64 MB 3,600 12
891,368 891,368 0000000000000000000008d0595acb91175773afad56486141c7b8ddbd30ebb2 1.60 MB 3,565 19
891,367 891,367 00000000000000000000e2662e3ea1f1ea5c267d97722c2094940c08ed64300b 1.51 MB 3,063 3
891,366 891,366 000000000000000000002a2af5150aaac7a7d6ab4efac8d20531591737842f18 1.69 MB 3,012 3
891,365 891,365 0000000000000000000133c561b6a939c1f3470fc9630ad4de35ae5920cd827a 1.91 MB 979 1
891,364 891,364 00000000000000000002380b3ab699314b037e4e4c9a333733d465188d04d22e 1.76 MB 2,847 3
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.