Memory Pool Memory Pool Refreshing

10,492 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,494 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (675,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,960 231,960 0000000000000114a0c25f033dadb1f40f45afc5bb0e103056d2e4d92cafd4d8 0.08 MB 192 154
231,959 231,959 0000000000000110cfe40428be5c2a2d85626936140b59fe090a22e80784ca32 0.09 MB 230 175
231,958 231,958 00000000000000fae72b85798fee3b08dd9ecd466c4f6b5fc3c1d9a53a9fac19 0.03 MB 57 7
231,957 231,957 00000000000000219f320b72ddc322c04107b42ec49c8491e449ee5fa610b8a7 0.21 MB 506 166
231,956 231,956 00000000000000f7b00dbb79fd194ca2608088ef79d3f8f40d334011fe9fb1b9 0.17 MB 323 118
231,955 231,955 000000000000008d03a45c4036c5f8bf1e908a9b610ce6c6378ad102d2c89f61 0.15 MB 347 162
231,954 231,954 000000000000018ede8fcb01a30cd98c612ea4333abbcf114f74e36c915ff903 0.05 MB 114 164
231,953 231,953 00000000000001ceae5e6e3364fb0f51a2f21fe4075bd15a156f00d072d20a99 0.16 MB 322 161
231,952 231,952 0000000000000165d9f90b1a7cdbfd5cec1528ab1fa86e599a9d2b244efbc992 0.05 MB 95 203
231,951 231,951 00000000000000cc76d4fa7d39296cfc2e7c2f5fd16271bf42b9ffdba024beba 0.06 MB 135 195
231,950 231,950 000000000000011a41c11af15a2e655ae61031e5f4dd3d1ff204174abd45d81d 0.10 MB 195 125
231,949 231,949 00000000000001c72e7a6af2ef5b5c601489a4f9331af3a88a02bcc26edb2a91 0.14 MB 296 129
231,948 231,948 000000000000016dde7b1fc85d67750826d6894ef65906eaa87eb7e32ba048e0 0.02 MB 41 161
231,947 231,947 00000000000001dacd9321fd3f6f4595712ef76d82d0af2f34efaef4abfaad75 0.13 MB 285 146
231,946 231,946 00000000000000d188dc39ac61c461e10f9bb052bdb4bd54c432c80c2be7b14c 0.06 MB 155 179
231,945 231,945 000000000000015c205baab8b3e008aab5eaaebbf43cda405c351ee9cc5a809b 0.08 MB 151 86
231,944 231,944 000000000000009449adf4149ff658646c86646f3609f7843accac412bacfe32 0.10 MB 249 158
231,943 231,943 0000000000000174b4b14d73cbe075e7a76c22bfde7ae1f3b444c7f55b40008a 0.10 MB 206 210
231,942 231,942 00000000000000c10dfc2416fa1e40f5ef0f0bfca769f1cf039afa51387c24df 0.20 MB 477 4,262
231,941 231,941 0000000000000131a29b94d5e3f52cc4696021a23eafa499d9eed1299f604a73 0.18 MB 163 110
231,940 231,940 00000000000001ad581a5053a14e92ac88df37e51bb61f8a4b6deab551a95585 0.24 MB 479 161
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.45 GB sent, 92.91 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.