Memory Pool Memory Pool Refreshing

1,234 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,781 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,222 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (607,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,119 300,119 00000000000000002010d14e8b7f3850e0e25256be888c7123dd7680e9b09c9d 0.24 MB 380 30
300,118 300,118 00000000000000007ae44f3c7dd2815c7e27b666190f4d84443f303c69c0f8a1 0.14 MB 341 35
300,117 300,117 00000000000000007dec118d2058b0188504f01ef17eeaf4550ab2724ad7e8e7 0.13 MB 201 25
300,116 300,116 0000000000000000044e52261eae2388caa1e9c4b05b893e61b4518779b60473 0.07 MB 144 28
300,115 300,115 0000000000000000699c06758f3d187c2c774c393c98d3df72bf6c84549725a5 0.09 MB 181 31
300,114 300,114 000000000000000048f4287b3a1a7b1bf6568710270cb8a2c2778a758dfe15bd 0.08 MB 89 26
300,113 300,113 0000000000000000802f7d05130e606c7c01cc27ad4e469190caf572a25a92a6 0.00 MB 1 0
300,112 300,112 00000000000000007d614ab63f788e655ae11d8e8dc06eb2c2f0963bc2f8855b 0.28 MB 452 30
300,111 300,111 000000000000000067d03d1f921ade4f24e2e8919e85291d57291b931c09e799 0.03 MB 96 44
300,110 300,110 000000000000000043ad483ab657ae0b90ae323bfefba6f3818c7f9585aa67f0 0.09 MB 210 30
300,109 300,109 0000000000000000275217c0b3a4b229ea832346347c86fe8088d6d939545f2e 0.32 MB 508 25
300,108 300,108 0000000000000000259f764e3c9b09b4bb25a2df339ddc290a6ab34fc216b56a 0.10 MB 256 50
300,107 300,107 00000000000000004e8bff8f36ccb039b600161288af46180f4bec0f0dc8c47f 0.24 MB 126 15
300,106 300,106 000000000000000057a300cf992e33ebf3f4b6e516e69f8bd62885a2b4e61d3a 0.06 MB 71 30
300,105 300,105 0000000000000000784f152ce903a8f166f29b9f37575de05e47c11da836e9b3 0.05 MB 67 24
300,104 300,104 000000000000000048899b658bd99ee5f3b39e89466bd116234817f4b6d688d7 0.06 MB 59 17
300,103 300,103 00000000000000007f869d8dc952d9c191dc8b1c702ebede9570c8eef88a573d 0.09 MB 256 133
300,102 300,102 00000000000000005f960f4969e231750d296d12c7af74d272e9771d5bcd3705 0.32 MB 662 33
300,101 300,101 00000000000000002f02a07380086c2bed1681597860694af63ff8019fd756e0 0.32 MB 536 32
300,100 300,100 00000000000000006679cad9366e85af47d9f78e7ad99cf8516758e38ab76187 0.52 MB 875 28
300,099 300,099 00000000000000002846f95161cf9d8d9a4f4fe7c5bd15b60c4154e917bbf2c6 0.07 MB 81 14
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.