Memory Pool Memory Pool Refreshing

6,882 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (771,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,527 136,527 00000000000005ec10ca0c8c82dcc36b1284665cdc20830ebd4735288fa95d06 0.03 MB 63 163
136,526 136,526 00000000000000eead658e44ead5de9e7f2963dd35b94510171efc5a9a34cee6 0.02 MB 49 171
136,525 136,525 000000000000042e4076660eb768ac9bc9f5f52c1a594bea00ee40be0ca9ed1c 0.02 MB 70 184
136,524 136,524 0000000000000254f2634338315d322477f5ce579a35fcae35257ddb2df78895 0.00 MB 15 825
136,523 136,523 0000000000000a1af48e1733d700a573284c2a0275247f2ff7dd798bd6fe8304 0.04 MB 56 508
136,522 136,522 00000000000006bb04edce600912b33660f678d6c0e35d0f3c416bdc6cffa172 0.02 MB 52 827
136,521 136,521 0000000000000984a290e1ad45e2fca56afa4d8a1103531d193285c4c7149024 0.01 MB 15 292
136,520 136,520 00000000000009f23cb53026e12e2c69945b54205f36c4951ac8a3cf9a10bef0 0.00 MB 5 828
136,519 136,519 00000000000000b68f943ded5c9b4cb222380be5bf0d22286a1b90943c5f1ff0 0.02 MB 49 69
136,518 136,518 000000000000038243773e937dffbed81238db0ac6d2b16705a8cb3cfc6c1115 0.01 MB 30 317
136,517 136,517 0000000000000339527b2075bad4236cf5d899e4f19f69766cf1e71209ea45d5 0.01 MB 24 566
136,516 136,516 00000000000008567304c163585fafc8b80adf1f34a318c3f8eeee18738ec381 0.03 MB 74 526
136,515 136,515 00000000000008ced3050e23b781eb8adbae98b85e0b5d2ce47b4cd1819f6b5b 0.01 MB 41 491
136,514 136,514 00000000000000b456db63007979f78e1eb7e17459c4f8504b665a0afbf4d65e 0.01 MB 43 79
136,513 136,513 00000000000000af075df0ae9037f644685a51c41c4325669f23a29431434afd 0.02 MB 47 339
136,512 136,512 000000000000056b718fba1a9e9a1468da34f7a3c0de3b40745960d85fa2fa00 0.00 MB 11 61
136,511 136,511 00000000000009ec1b6810e7345a0b0109e55cc7933c33938c278952a3c4018c 0.00 MB 13 32
136,510 136,510 000000000000050ac289f2ff8b3906b2b0d4683df4d1991c5de1b358ad01a145 0.04 MB 104 389
136,509 136,509 00000000000007f9c278ea142cb3dc9c3d54368ba45a6352c0679ec674e04892 0.02 MB 47 159
136,508 136,508 00000000000000fa8c0c9238bd4520ffd97cfe98e2b3a7f4d123fdf5e6def1fb 0.01 MB 10 262
136,507 136,507 00000000000006100d11efd0c660155429941b01cdb716e365b857eb8502f110 0.02 MB 39 253
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.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.