Memory Pool Memory Pool Refreshing

1,660 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,816 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 1,641 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,815 (249,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
658,372 658,372 000000000000000000023a39575b73e6b7e649ce8fe2a6f7bdcf60eeb52d2429 1.36 MB 2,908 82
658,371 658,371 00000000000000000007be354363957ff7da2474d18b89a4af52f58d2344c8e3 1.15 MB 1,496 39
658,370 658,370 00000000000000000001882cf8379c5cd3d06161253d9708909198b59c502776 1.25 MB 1,340 34
658,369 658,369 00000000000000000009867bc85c03577d4517c7c0eb1f641eb3d1dd0f807aaa 1.41 MB 2,084 39
658,368 658,368 00000000000000000008671e7ac22e1def3941202804e2bff3ccd6ec5a44477c 1.32 MB 2,480 54
658,367 658,367 000000000000000000005e168c1f8f3ce76f62b0fd8989d447d0b49c4f2e37ec 1.16 MB 1,544 44
658,366 658,366 0000000000000000000120748c26c2f2c6c261664947109871501b37d9135355 1.28 MB 3,115 48
658,365 658,365 0000000000000000000506266d00fa7c21039d0f76173eec56e3b7d0d31b3d9e 1.24 MB 2,932 57
658,364 658,364 0000000000000000000c33b581689ae0a91736c3df90a7bad120c00e148e9b42 1.26 MB 2,495 51
658,363 658,363 0000000000000000000cca3c38171bbbbba38ecd0cd36fb134d84ae16d7af006 1.34 MB 2,906 74
658,362 658,362 0000000000000000000b93757bd20354350ecbc995e694edddc10be352ad2b85 1.34 MB 2,879 42
658,361 658,361 000000000000000000084f20ebb4fc48d019851ad002ef16a0d52979ddaf6052 1.26 MB 2,928 44
658,360 658,360 0000000000000000000d56b5eb8d0262eb8387b4afc6d149c123f6087d164b19 1.42 MB 2,875 68
658,359 658,359 0000000000000000000fb028570ec0eca3e8ff65d0b628fa5702237d2dd2b193 1.31 MB 3,046 74
658,358 658,358 0000000000000000000d7f1c72b281ccc800c2ce87ad5935e84334e7106bcf68 1.23 MB 3,109 49
658,357 658,357 00000000000000000002365212b30557ba42ddde71f9b7b83416a5010ad310e5 1.36 MB 2,603 48
658,356 658,356 000000000000000000078ee9f2312d3734b92179279cc6df084571779e0d57af 1.37 MB 2,838 68
658,355 658,355 0000000000000000000945bd7d448f403e0b7c4f3d11ec795b79843d23ca3dc7 1.67 MB 879 93
658,354 658,354 00000000000000000002df19e7a5ad71a06065d959d3b42c0c77d65a69d00a69 1.21 MB 3,142 46
658,353 658,353 0000000000000000000792822095946dd7e1ad4e44c89721e67b56c8b2323d3c 1.40 MB 2,285 72
658,352 658,352 000000000000000000078b139ac418b6c35e8f11fd94c6884b9e0ef97b8c885e 1.64 MB 1,484 90
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.89 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.