Memory Pool Memory Pool Refreshing

1,536 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 sats/vbyte 3
3 sats/vbyte 6
2 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,210 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 1,521 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,209 (907,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
398 398 000000002f7d702a27ccd65158740198f79d4ba1ddea8ab14b56b63a6289fe89 0.00 MB 1 0
397 397 0000000081c0ab052aac47e3ad0dbfab9ca3475e6d8d136a53a698bbced84ee4 0.00 MB 1 0
396 396 00000000b899b23a550aa2d3e06d63dcf9da622a287b0dd2a21d2d9e9fd9a976 0.00 MB 1 0
395 395 00000000dae1bd72006c1f3f6c10763440906e7e7afbf1ffbd51ec020c3a10a8 0.00 MB 1 0
394 394 00000000dfd83646eca8487419578da5dc0e30b425df78a857106f01149e9bcc 0.00 MB 1 0
393 393 000000007ed76ca99c1c83cfdca1fb60104b38f848bc5d7762ffa38c60eaa32b 0.00 MB 1 0
392 392 00000000817225a719e142178240823283cb53ca9e5e79d88fd5ee70e64fe406 0.00 MB 1 0
391 391 00000000b7b96842342b709b4b41c25140b35bba339cbf4b325b723f2559ba04 0.00 MB 1 0
390 390 00000000cfe2c153bac08324be181717740ababbfc912840a80be7b7ba1970ca 0.00 MB 1 0
389 389 0000000020fd18966269582d45778b66492cff334aebdf939c0786dbf30815d7 0.00 MB 1 0
388 388 00000000a8c559dd08b5a038ce306cdea26549d6fd5bc69afdef5fd472e6ca6c 0.00 MB 1 0
387 387 0000000014669130de860bc311833a43cd310d0d9cbc3ac0a4801e6cb213646f 0.00 MB 1 0
386 386 0000000061d87eca0a039ebdf3f6a7932aa879729b74d64911b9828957a294d9 0.00 MB 1 0
385 385 00000000cdaf0290cbd8caac684c2cb2bb32b8153b53c074df8e366ceb647da6 0.00 MB 1 0
384 384 00000000a82a81f206e2bee2fc10dfcc107ad1a56312e0ebe94cffc1d05e7def 0.00 MB 1 0
383 383 000000002f10da7a6a0c302a3a800722764a863e32fa1730cafacce35cb023b8 0.00 MB 1 0
382 382 0000000018844c2a38f9ff9e018ba5ef9e02780b8d6fe3ce63fd4a6136633ed7 0.00 MB 1 0
381 381 00000000539376ba9a1b68e9b803ce7ae280bfbaa0eb62fc462126a6d07feec3 0.00 MB 1 0
380 380 000000005c619c5a51f6bfeea9029520d1e05befb6129795e9cb122efd8f4dc8 0.00 MB 1 0
379 379 00000000ca826763c172f28976c008fcf73f4f2cbac96335d49918162cf3b018 0.00 MB 1 0
378 378 000000002ad17ed06d467923d29348ee3692c53f24858236818e68820de26ce6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.97 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,684.12 GB sent, 97.57 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.