Memory Pool Memory Pool Refreshing

1,270 transactions
0.38 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
908,449 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,255 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,448 (869,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,367 39,367 0000000067538429eba09c4ff8e1e5c2974a56f6a734a23be43dda1d94a83b7c 0.00 MB 1 0
39,366 39,366 0000000059fea0e51fac85f6b9e3892dbc094bc3c2627ba103b40e00b74c2e11 0.00 MB 1 0
39,365 39,365 000000001a7255eb34cb180833b6f31568197e16a1698cfec99d2b8cc28ca6e1 0.00 MB 1 0
39,364 39,364 000000005b1fbab9fc1b0f0d73cf897687d31741f725887c431a409d3626ac4c 0.00 MB 1 0
39,363 39,363 000000002b23e7ff6996b791490c480a6d60469bdc156c4697e68e69f16a25c7 0.00 MB 1 0
39,362 39,362 0000000029de621bc5c5e2cb62bff900eb8c1a10fcb424438d8968e9e591d87d 0.00 MB 1 0
39,361 39,361 000000002d002c4f2953d6657f250de2a8bc81eab725611f991e86f8a95fd1c3 0.00 MB 1 0
39,360 39,360 000000005233088b82e726db6b32363616831936e49ba6a37cff3e99ddc986f7 0.00 MB 1 0
39,359 39,359 00000000238641e004cfdb8fd492197fb4074be8e1bf8d7c7cad16eb19df1a35 0.00 MB 1 0
39,358 39,358 0000000057ffa812d3353c756741b86628cb5cab4d7c5b07ca2ab239d4ea0662 0.00 MB 1 0
39,357 39,357 000000001e3bf6bb96dd7d9bc72fcca873da410f5c35a9c2b7ecc4045010fc28 0.00 MB 1 0
39,356 39,356 0000000060f169135017c77484c898a2d36dc9393cd181f60a57270bfd88f28f 0.00 MB 1 0
39,355 39,355 00000000560db61cfb2df96d4bf273ff0bba7f130137debbf0e17cd0d127b616 0.00 MB 1 0
39,354 39,354 000000000f809e4290e6f7069d1d2f273cb5c00ddd2f62252b903659faf0d8f8 0.00 MB 1 0
39,353 39,353 000000003dd596e3da0d8a2191815b01d988da42f09aaa6bc92ffd1a7e4529a6 0.00 MB 1 0
39,352 39,352 000000000ca857bbc42b333ab0fa93de4297b491175e11b756ef21ba93563ec7 0.00 MB 1 0
39,351 39,351 000000001b0573b71e9d08bd6ecc9d667e4c14103b715862cc6cff37d675bcea 0.00 MB 1 0
39,350 39,350 000000000b0379e5266674663dcb363306fba558f0f06543e385beffb89751bd 0.00 MB 1 0
39,349 39,349 000000001cee1281c6db5af6ede5bb698adf1adf7599165f98409a76b4f350f3 0.00 MB 1 0
39,348 39,348 0000000055d9a4cec3c2dddf01bd386f87e0685e458fad19c49cc5d5b898581a 0.00 MB 1 0
39,347 39,347 000000002665b264cdf59f3019bf6bd1a6c4514b2259c5d6bddaddf977f29083 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.97 GB sent, 99.72 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.