Memory Pool Memory Pool Refreshing

4,534 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,430 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (709,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,280 198,280 00000000000001fc571f0e8ef9cdfa239a2b45b7a77a352e35165dd6d4e34385 0.10 MB 282 523
198,279 198,279 000000000000055a8ea41a38a8cb2162301b9fc8e4da3a32cf6fb156efc0754a 0.08 MB 128 100
198,278 198,278 000000000000051fe5b784a171cbcae6acf9367ffc447cfd1bbb9ed1b1f6f379 0.02 MB 87 116
198,277 198,277 0000000000000187cc985378402166ce0a64003b840122c0b4ac213d2d4fa424 0.21 MB 426 115
198,276 198,276 0000000000000325e6c651fde870f4c3835fa3cffa0518a41196accd414c02a7 0.03 MB 65 119
198,275 198,275 000000000000043134ad20cf138ab5569dbb2e3a2b5ee88f9d147121a8a32dc8 0.07 MB 137 125
198,274 198,274 000000000000023b157780688365723154423a72472d311ca516421b516c4714 0.04 MB 110 80
198,273 198,273 0000000000000150f5df5a8e3b7e85ca510882545597acfe08003112f02a9454 0.17 MB 395 205
198,272 198,272 00000000000004609b6b17406fac0abfe31a186557b49c80ed9df672e23e6322 0.00 MB 13 218
198,271 198,271 00000000000001302317c9ec38705f1af478d9dc1b9b397517bc149bb1da3384 0.09 MB 155 154
198,270 198,270 00000000000002e4dc5dd6d432c2790788b6e9b23fb1bd1ed56112ed35547915 0.00 MB 8 29
198,269 198,269 00000000000004a0934a00177888b9f874e21b986746d27e96d8a808155a2e54 0.09 MB 244 125
198,268 198,268 000000000000061f89fde8a7e7a474a61dd74add9fbe0be1a5f1cc413b5523ad 0.27 MB 512 122
198,267 198,267 00000000000005d3f8df2d9f59ef102a9de8f30746892400f0bd10a81cf57b8d 0.14 MB 111 98
198,266 198,266 00000000000005806956b96728ba737a7080a3f5762fb0cc1824ccb18021a9b7 0.06 MB 152 97
198,265 198,265 00000000000000bbab6ced2a933efcd389790938a43901dc0948535fad28a9f2 0.21 MB 491 145
198,264 198,264 00000000000004ed18116d0230fd89abec879dbec585b08cc99e77a73f82b3fc 0.14 MB 409 163
198,263 198,263 000000000000021cfd8d84f9b9f33a4f4b7cf73e8c4d0695d7a3f2b327845c9c 0.17 MB 571 188
198,262 198,262 0000000000000384f328cf1feaea7cd873539ce6988666e807533f1f26e95c81 0.03 MB 79 131
198,261 198,261 00000000000003fa137404f3cb44c22fae83c59404eedb69416b53208636ba01 0.02 MB 58 112
198,260 198,260 0000000000000153e9f55a0b8019db24f9b9112613ae6105f631ff36a8cd4f6d 0.08 MB 189 305
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.