Memory Pool Memory Pool Refreshing

1,642 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,044 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,626 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,043 (720,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,384 187,384 00000000000001124d56f75935d26ed3781de4b8cc9c5df633d8c6766af1ce14 0.04 MB 97 79
187,383 187,383 0000000000000713df5eeef48ea5c142f9bbefe7364ecdd2e5d73bbb7e271829 0.03 MB 110 17
187,382 187,382 00000000000002bfcd65528355bd6264c95b686d5484a80f3174476a0cdc41ae 0.06 MB 156 119
187,381 187,381 0000000000000826f9a04d93b331ff663fdb53fe3e3fe9d9e8a1e75763bbff61 0.10 MB 227 157
187,380 187,380 000000000000067e3e704a93c089d7addb1dbf2c888f1c9bb08a78b381194ec7 0.08 MB 238 207
187,379 187,379 0000000000000382996ae35962ec699a09eb52ac0ee3aa6c506a11c326678dca 0.05 MB 139 49
187,378 187,378 0000000000000332c30ea09a44be2658706ae56fd91fdd6348cf51198beaeafe 0.01 MB 39 0
187,377 187,377 000000000000009e7e5d576e51fb519f9cd7e5dc59ab60d4afad0e2168d2553f 0.07 MB 142 115
187,376 187,376 00000000000007b1918251d24d3b52d8465e4e86cf971546a1d65a27c1df9a8d 0.00 MB 8 14
187,375 187,375 00000000000000d7576cb3cb0f540041259ffab06ab9dfe143d34eeed6c917cd 0.06 MB 154 181
187,374 187,374 000000000000079e66f5ca8670364eea2ea23a6f6910debc0e858224f94fc368 0.03 MB 89 55
187,373 187,373 000000000000061e85d595d606e95631b2df7db95cde31362446e674de886fe5 0.03 MB 79 42
187,372 187,372 00000000000005cbdd4af65adb7b8d7b3b4b9fe131a467481b27a99190e61bc5 0.08 MB 199 115
187,371 187,371 000000000000076984f93fd0103b8299f61dae8e7b8f1af97cbd7ad8a81bb550 0.10 MB 207 133
187,370 187,370 00000000000005ac9bbdeac24752c2a763de02cbb0c405c518393baa11751cd2 0.07 MB 235 33
187,369 187,369 00000000000006ed1cfbc51119a22c939ca9f6533d545ad4f220d0b504252f1d 0.00 MB 8 0
187,368 187,368 00000000000001de5fbc17f4d65d576765536b8b8b4d1f9d78920b638885df3c 0.06 MB 156 104
187,367 187,367 000000000000092f75427bbdf3f093b94f0d9d23a03154bd4e5578a7bc3add28 0.11 MB 233 160
187,366 187,366 00000000000002bd58d6a93e6724e7c54253543f3b990be2c13a8a7bec3f8810 0.05 MB 142 35
187,365 187,365 0000000000000895c9ed2e2426078b791a48e672b22691a0d07d5fdff4d60c39 0.05 MB 94 60
187,364 187,364 0000000000000372097b20a6aa7bb6acb8b87d9ec2e7d099da6178c966e63667 0.09 MB 226 93
Previous 10 blocks ↓
Total Size: 769.63 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,652.23 GB sent, 95.99 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.