Memory Pool Memory Pool Refreshing

7,911 transactions
3.30 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
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
907,667 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,112 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,666 (566,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,347 341,347 00000000000000000b9ab310991f8412e73be2f50f8c49aa60ddac61a5488053 0.09 MB 131 13
341,346 341,346 00000000000000000227076f53580dd38d0416f9e05870e1656c6c51ccbe700f 0.05 MB 117 24
341,345 341,345 000000000000000001a34e3e13e41b99220d1fbc87b99042de06baef46153c95 0.20 MB 262 21
341,344 341,344 00000000000000000b0a8dc23db15d92998f3496d3a2bc9fb25d5fa024baff05 0.28 MB 462 25
341,343 341,343 000000000000000013b7b6ce81dfbc2498ae4e1549eb26e6f272dd51d870f0f7 0.34 MB 452 19
341,342 341,342 000000000000000001eabdd387db1088f7416f11b122ad29cc9476e54879f123 0.14 MB 244 25
341,341 341,341 00000000000000000219c252508b7e106340d8c740e8cd31d290046c13b0f678 0.05 MB 108 35
341,340 341,340 000000000000000007a6c531e239a99491384d0b2596ff072fb9240554e970e0 0.05 MB 105 2
341,339 341,339 000000000000000012e2df1c8c9c26630b32fe459f5708fda4d6b46c46eb941c 0.59 MB 929 27
341,338 341,338 000000000000000003f0450db400f43e099a628009b48b0bb311b2aaec4c9a0c 0.00 MB 1 0
341,337 341,337 00000000000000000c4e022f387f8a768c4b1074159228e466e4286e10f8f17f 0.62 MB 414 10
341,336 341,336 0000000000000000061b5dd31a41cf625d1a9a2942b62a45c96dcc2a961b309a 0.75 MB 1,469 27
341,335 341,335 0000000000000000132f0b3d4924d55705fbb8b25ac512f8c45683a1b41eb04f 0.38 MB 1,024 33
341,334 341,334 000000000000000005a56c3fc8d0a6b1820f2639f3b1152dcefb9364d3e7d73d 0.38 MB 583 19
341,333 341,333 000000000000000009a79219635978f17e0e44e1fcff620c89a7205e5f35e64e 0.13 MB 256 25
341,332 341,332 0000000000000000167081c27ac07e7e3513d8f46475c7b874a767b0f83770ee 0.10 MB 160 14
341,331 341,331 00000000000000000d63c506a6b5d47a4cd012551a9a208b46658c53cb63afd5 0.88 MB 912 16
341,330 341,330 00000000000000000c6958961da70fffa34d28e60b6841ebf15cc22378886a69 0.75 MB 908 19
341,329 341,329 00000000000000000905978fcbf3da786d9b4bc098ddd3e1d5f2e4438e5b80fa 0.75 MB 2,022 38
341,328 341,328 000000000000000009b52e398834974d78927d2582f469853665f38cf9500b4c 0.20 MB 218 20
341,327 341,327 000000000000000011d3580a94743570c167478166ccc834eaf174b456a8835d 0.10 MB 145 15
Previous 10 blocks ↓
Total Size: 768.92 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,603.84 GB sent, 92.39 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.