Memory Pool Memory Pool Refreshing

3,119 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 3,118 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (569,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,374 338,374 00000000000000000d95774d22b9f09a429d8b5047ec80ac5698621db1027eb0 0.29 MB 494 15
338,373 338,373 000000000000000019a0d5923659195aa1824f063beca0a37af5806a6a18c724 0.60 MB 1,079 20
338,372 338,372 00000000000000000c06243c44de489b9167c2fcb03bbe772f7c2c99fdfb2a07 0.06 MB 68 4
338,371 338,371 0000000000000000172a69bff756d8e342440f276426b5e84652d32e3fea64bb 0.12 MB 205 14
338,370 338,370 00000000000000001364d15bdacd7585555eeca83ce1ab06b323b44247609615 0.36 MB 675 20
338,369 338,369 0000000000000000063f88ee396b85ba47d4db1cffed8cf060cdd19f4f29c2ad 0.61 MB 949 19
338,368 338,368 000000000000000010cd3b6400886c9a1b38d05d03c6f7455698cf7561c5eb34 0.18 MB 389 3
338,367 338,367 000000000000000016db40c15e57ef3624c7397f290685b9ee63af27290551c8 0.68 MB 769 15
338,366 338,366 00000000000000000cd2132a3e13c945f5f9dcde9b530218371c0bbce6f17ab2 0.19 MB 404 32
338,365 338,365 0000000000000000198a4c25f871450686d8da339bbf035b3036d5d26f52cac2 0.40 MB 795 21
338,364 338,364 00000000000000001509d669600e065cf0f8d34d1a1201ec1facc8deec4253f8 0.75 MB 1,400 23
338,363 338,363 00000000000000001a63b3e647560b036b44d7acccc34d187dbcc7c4f72a87b9 0.25 MB 526 27
338,362 338,362 000000000000000005e077d598c7d0ed8169ae3424c21de59d30512f5073839d 0.69 MB 1,476 23
338,361 338,361 0000000000000000147b6b584b4cab604b5a10b1b32533e8dfb4daf8e2ea91da 0.61 MB 616 15
338,360 338,360 0000000000000000061fde1595f42f871fa2d69cad83d673aa5d46c5ec31c8d4 1.00 MB 2,085 30
338,359 338,359 0000000000000000163ba64578cfb1abbd88dae20ef1715e9334845baafb3bf0 0.38 MB 549 5
338,358 338,358 00000000000000001955d84b75b0326cbd6a477fa3875c23dfcdc30164ecdc80 0.18 MB 255 22
338,357 338,357 000000000000000012e43e857d802554a240863c7bc25ed4c952ece282c8aec4 0.75 MB 1,447 14
338,356 338,356 000000000000000010bcc65b6dbb1848b769ad8f0921447850e55f14e87c4d5e 0.06 MB 61 6
338,355 338,355 00000000000000000828203cd2abffe91f5bff604fe9dea423acf85aa0576b79 0.88 MB 989 20
338,354 338,354 000000000000000015bf032f2628e959169f2eea99e56b79152125c753500af6 0.75 MB 998 56
Previous 10 blocks ↓
Total Size: 768.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,615.58 GB sent, 92.66 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.