Memory Pool Memory Pool Refreshing

1,240 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,770 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,225 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (161,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,471 746,471 00000000000000000009c482d9054cf5a61cc0198da4c09a02d95cf3b984a85f 1.37 MB 1,069 5
746,470 746,470 000000000000000000075136cc944d385ecf8791f80b4cfe432ed0fb6a34dc50 1.40 MB 2,521 3
746,469 746,469 00000000000000000001a11c515c9bafdbf5d9339ccb491bac4de5406b3a0bf9 1.53 MB 2,442 8
746,468 746,468 0000000000000000000102d0fe82f9257dd708459590696c9f0c2f955241b181 1.40 MB 2,479 17
746,467 746,467 00000000000000000008bb6365123bb0fdf0bd9a724fe4686a7612a7b4b202bb 1.30 MB 2,054 9
746,466 746,466 00000000000000000003363e8e4524fc056d550115f7ba4374f112f41fc14658 1.57 MB 3,051 15
746,465 746,465 0000000000000000000476c9753c606127066311880d62eb114b3408a8211817 1.37 MB 2,540 15
746,464 746,464 000000000000000000006f6d14aafcf05f96b990b99152b06683fe01d4d8435d 0.24 MB 428 40
746,463 746,463 00000000000000000000d8737a36bc6d33f2a264be5d1fea2f2929cfd922cc46 1.28 MB 1,709 48
746,462 746,462 0000000000000000000571956309fa5b468f2b7d6f777ce8967b4b8eb5361867 0.34 MB 496 16
746,461 746,461 00000000000000000002a8e73d2e0738eb67d4d05c0ff7838835531fe12a93c9 1.16 MB 1,914 9
746,460 746,460 0000000000000000000313d70b3ba498ea6b4f796646210d3f6aecbaf94b3fa5 0.60 MB 1,152 10
746,459 746,459 0000000000000000000631c3ca12972e25d1c754e9f97708e460802230c665c2 0.80 MB 1,486 10
746,458 746,458 0000000000000000000787ccd79097959dfd65eb0bafd881048bef4deeb383a5 0.34 MB 548 11
746,457 746,457 00000000000000000005aba59d8902ae24e329e68c23ac20408e7c49b943f147 1.43 MB 1,480 2
746,456 746,456 0000000000000000000424b8ee8e4f787a2370238f81ba22022a2556376d9b8f 1.42 MB 2,623 13
746,455 746,455 000000000000000000021d635e39e1bdd0f5425384c93f6a6be652a4f7ee6f37 1.54 MB 2,942 15
746,454 746,454 0000000000000000000155c3b173166870e584cd506635e8d936c2d509cf69bc 1.19 MB 2,640 10
746,453 746,453 00000000000000000007dbd287c3fd5f5b5d89093836a92ada6e9c249f824201 0.77 MB 1,705 11
746,452 746,452 00000000000000000005336ecae64a7e3b6eb490970b2bfdee2b1103565b20db 1.46 MB 2,027 7
746,451 746,451 000000000000000000097bc1deec1f5868f6c858dd385abe4103230e6d3ca0f9 1.25 MB 1,770 15
Previous 10 blocks ↓
Total Size: 769.11 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,629.49 GB sent, 93.44 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.