Memory Pool Memory Pool Refreshing

907 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,998 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 884 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,997 (676,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,275 231,275 000000000000006ce9be9f823e693a6029f6f209558a46aaf266ab62f1d42ed0 0.17 MB 286 121
231,274 231,274 00000000000001dd487513cfd5083c87fa3534bf4aa898835ea8d381ba74a307 0.25 MB 720 251
231,273 231,273 000000000000001ae29ab043bb5c8d3562918b69c99e4a0c6490795cd68dfd07 0.01 MB 23 112
231,272 231,272 000000000000019f54d18d2a74784538443ead88343f9bfc6b3d28c571ce60bc 0.36 MB 740 148
231,271 231,271 0000000000000154664084dc1f338936b4f1635606b1479305025310b5331ba8 0.10 MB 180 214
231,270 231,270 00000000000000bbd368c373e289fa3197c423137ef05add66bbda01af02f00f 0.25 MB 518 174
231,269 231,269 00000000000001c694518cbe4fdde7b1bc9a2fa5607f9d65a81720fda0dc9d46 0.21 MB 434 154
231,268 231,268 0000000000000086d9feb0c799ec59836e509468eedb35d81028fa6769aced0d 0.03 MB 50 441
231,267 231,267 00000000000001e2e5286f30457cd79a5adde9133b54330be05b7ddbf9a23f7d 0.10 MB 230 173
231,266 231,266 00000000000000a9df1baad930ed4eee595ff6f0f26cace7f7e398df4c75bc38 0.00 MB 7 164
231,265 231,265 000000000000006c2f1734c1428e04b53e44f0406d8f4dd08913622dfe496d0a 0.09 MB 221 168
231,264 231,264 000000000000005f16a4ef93e39c3cb0b0b76c5d3255826d486b7bccf3b1f765 0.02 MB 38 122
231,263 231,263 00000000000002092e2c595c82f489542045e33657365097bda8ad1c6818fd7f 0.19 MB 300 110
231,262 231,262 00000000000000619d1b63dd559325b4a4610f4ec46691894d752cd1b215f75e 0.22 MB 436 227
231,261 231,261 00000000000000b82bdf6a5db0e66a50650026c15a1837163689cf04a3f67ecc 0.25 MB 547 174
231,260 231,260 000000000000016d83f71d4bb8ef6ad75d242e89b883ab2fe05a6009d79f59c9 0.00 MB 5 87
231,259 231,259 00000000000001a80218fab7ecc7cb5a8c1dacf2699692d0202381dc9001b297 0.25 MB 609 397
231,258 231,258 00000000000000dfbe8bf0b2154c744b045458da235e931740dc027bdadb3628 0.07 MB 160 198
231,257 231,257 0000000000000123878df73436f282513788827b0ec0a068b4a95b033f8aebd7 0.17 MB 373 178
231,256 231,256 0000000000000110769bf327364b4b3e4c44f7131e09ca5832c801510b9008d9 0.01 MB 16 160
231,255 231,255 00000000000001522b9a56544a45c8226ee075d9d7c399825d7e18559f5530d4 0.14 MB 269 113
Previous 10 blocks ↓
Total Size: 769.54 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,648.23 GB sent, 95.64 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.