Memory Pool Memory Pool Refreshing

2,523 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/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 ago 1.00 vMB 2,207 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (727,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,472 180,472 0000000000000807ca3ee16b45a18610a99cc244d83757c8d3d8a38517f8ed06 0.09 MB 191 130
180,471 180,471 000000000000041111e77a23e5ff5d91d53b6b2034c8a6ae9628ab0da9ba0c45 0.08 MB 184 119
180,470 180,470 00000000000000f41c66690f97a18d8e4f8e6e187f300d515211ab2bc902ab7d 0.08 MB 128 169
180,469 180,469 00000000000004196e98c5bdbd813b48dcf1bf9129a112f2a74ec43ee71983be 0.03 MB 82 167
180,468 180,468 0000000000000446cf04dddab140de8f8d2280ef885d97bc8180a14b83d0300d 0.09 MB 160 91
180,467 180,467 00000000000004fb7ea613edff4d38ce61f39c243e0579341b8aea1cd011e294 0.05 MB 122 84
180,466 180,466 000000000000090fe77579e1d4096d74ca60eda8d62bd6d9fb58ca7308bbca9f 0.09 MB 207 101
180,465 180,465 000000000000044112e37d31a2c429bd9e1c4434a431961e1eb72a95b3aae0ca 0.03 MB 67 173
180,464 180,464 00000000000007919a9849619016c9d7753e0a3d4e1ac3cbed380dfe4843df42 0.10 MB 229 154
180,463 180,463 0000000000000359cfbff1b16707407b3f3d538e01c6183a6d8d2999f119a579 0.07 MB 94 70
180,462 180,462 000000000000099e669c596ddc5e81dfc08b360a6498bc5106dd61eeae333713 0.14 MB 257 113
180,461 180,461 000000000000046ac815a55f52fdd80745b4e638851c77282d33f432ad93a37e 0.01 MB 17 172
180,460 180,460 000000000000072d60242e5cb7b62fd1172ba3dfefa527dfc1e3fbe1d061085a 0.05 MB 130 66
180,459 180,459 0000000000000064fca7d01987b09fd0f81f72013bf7b1cca6095159908608c9 0.03 MB 38 145
180,458 180,458 00000000000001f8fab9199fc71f5a07c4f3d63d727e70703289f63abbdf8f9e 0.05 MB 129 52
180,457 180,457 00000000000007d574b86d2394858587c2a51f5e5cd60a2bcf35773a630ffc4d 0.06 MB 134 125
180,456 180,456 000000000000049e5e9004f7b9ad25a951f8f332d7388cb6fc9231a6832e6c4c 0.00 MB 16 245
180,455 180,455 00000000000005ff826d1749b03597e024f00d515778fcdf714e9c43d6758b92 0.06 MB 136 98
180,454 180,454 0000000000000755edc7a9ce8746c67abff2a462570b01ccfb7dca8897df0118 0.03 MB 29 14
180,453 180,453 00000000000000ffc759059051059000cb8e30555c48daebaee1acee5a5b6c9f 0.12 MB 292 131
180,452 180,452 000000000000097e7dec79a1b803819a4f0316adf7cd965d0d3e06afc71b6838 0.02 MB 67 120
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.58 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.