Memory Pool Memory Pool Refreshing

1,576 transactions
0.58 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,535 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (775,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,247 132,247 0000000000000da57270408bb30d12b97edd0fa7988c4c08b7803d8e47b2cdfe 0.01 MB 20 1,093
132,246 132,246 0000000000000bb33879125c241b7587933425a0c84062015e46cc2a1158c4bd 0.02 MB 59 68
132,245 132,245 00000000000007a36d1ac8f0375c8e3df1e21d0250c1d8f7db37dded754215b8 0.02 MB 44 627
132,244 132,244 00000000000002ac84b8b6bd1211ce86d54de5bfc8598f7f9cc117f100e76a6a 0.02 MB 60 968
132,243 132,243 0000000000000c2ff45d3fde28f4ba5fc0b06f795b577bebda1d982cf848df83 0.00 MB 14 0
132,242 132,242 000000000000058169c7e3b648f56649dd9a686df79aeb8dabdd716bcf110b97 0.04 MB 87 519
132,241 132,241 0000000000000bdc1e3230586f5ef870a7e852e4737ae29683650f5cc91387e2 0.01 MB 38 492
132,240 132,240 0000000000000b69cdf0595090a6c20036edbf177fb5857db4a2805d5f16635a 0.03 MB 70 198
132,239 132,239 00000000000000bbe19ea1522fbcdff3e7073436913dcba1031b0c2ca3018778 0.00 MB 11 36
132,238 132,238 000000000000081f0540f5d3561788f0069bfad559c47f27e01b08686c1373e2 0.00 MB 15 1,531
132,237 132,237 00000000000002dc8cd92ae15491ef6c019a2711fd2c4e03aa57d5deb2aa8e26 0.01 MB 29 686
132,236 132,236 0000000000000a6e551b4340fadecb40c231dc40e85fccd3c1647b72441918d9 0.01 MB 23 492
132,235 132,235 0000000000000337c0050ef8a44ccb418dc4e8323e16e9e4ab47ffb070f0c11e 0.01 MB 21 999
132,234 132,234 000000000000064816082bed5c2ffc4fdc839a54154aad406ede0342e80d5d23 0.01 MB 26 1,135
132,233 132,233 00000000000010d788c245f22e87a703b2149c6d517ac35061cca8689e540ce7 0.01 MB 18 893
132,232 132,232 000000000000063341ab9eec60c1052f30210b86b68f8c6d77fec3f3f8a91d07 0.04 MB 148 28
132,231 132,231 0000000000000cd3e54acbe0bc018dcbb25744f8b3be2faa2b9f385c18bc1e98 0.04 MB 96 343
132,230 132,230 00000000000001f2d11aaf813006d0b170889c4b47bdc9ca0b5ee0790335676e 0.05 MB 137 283
132,229 132,229 00000000000001225cd2935e187c3c9087b1041f947a5e630d1ea732940b607b 0.04 MB 73 891
132,228 132,228 0000000000000ae0d8a9e0dc1bff8e5c00943cdbeea39417cab7fb42d18d5211 0.01 MB 17 442
132,227 132,227 0000000000000994f182c4b30b1a8323b01546fd7b713a74970fc6fc9b72bcdb 0.00 MB 16 0
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.