Memory Pool Memory Pool Refreshing

734 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 731 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (675,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,391 232,391 00000000000001955f8cdac4e77c79842cf5a1b1ba4f67e3c4c05db7b7dfdfbf 0.15 MB 270 138
232,390 232,390 000000000000003d8e7a6b81bde8602277a2b4391df530f82cc13139f00ff3ce 0.11 MB 167 149
232,389 232,389 00000000000001adddf9422b22e46e74b4c9cb4c77557f200fd4b4b43708cf64 0.08 MB 195 214
232,388 232,388 000000000000008bc4de72ae28620877ea23da036ecf1520cf619bdee7e75281 0.18 MB 316 93
232,387 232,387 00000000000000fe168357597af6b7b771e005cadc204911463507b1a295cebe 0.06 MB 64 96
232,386 232,386 00000000000000174a181ac03033e7e7fa14562c88c4cae2f476c127af69f823 0.15 MB 320 169
232,385 232,385 000000000000016c56537aba969889721b8c3e10867daad2f7db4ff44d70885b 0.28 MB 614 163
232,384 232,384 00000000000001cb89ac88e93fb40a441d7178239666f2a40c4700c18adda5be 0.06 MB 161 120
232,383 232,383 00000000000000f677aada8da6255172a06ff37e018ea00b75aafced9b152171 0.00 MB 1 0
232,382 232,382 000000000000012f152946d16e6883f9c66fa3f2e5c44edff48bdbc1449f45c8 0.25 MB 548 137
232,381 232,381 000000000000003b29f7f988a59ecea2b73b575a50a7affea47071cca6766ac9 0.15 MB 318 157
232,380 232,380 000000000000010c9c58562655f6d86ca0e599a3a864fa04876eaccdd83b247f 0.04 MB 101 188
232,379 232,379 000000000000004342b66dbd9b72033df6e694c41f442696571cccfb94418e62 0.11 MB 273 177
232,378 232,378 0000000000000165b062ba28677510aca763803f2188fce32107dcdbd7eae106 0.21 MB 311 82
232,377 232,377 000000000000016f9fedf191dd27ea08b4118f31738fa7cbb1bc9922fee05dcd 0.25 MB 663 201
232,376 232,376 00000000000000986a2d90d6ebbd801dde622c9ab06ff87d52e508f2a15b9901 0.18 MB 471 188
232,375 232,375 00000000000000f918b05c38e7aff3bb20d0c1ca4deab4d61927e8641d9ad0c3 0.25 MB 638 181
232,374 232,374 000000000000014c773adcf452558e4ded6060c6f12a79987859b582c0b7bc36 0.02 MB 35 132
232,373 232,373 00000000000000e1247583dd801b8d03c15091094b366cf382301ae941be7213 0.05 MB 81 156
232,372 232,372 0000000000000113b1f4c7696f1c84195bda73aac24107006c1781dfc06a0781 0.08 MB 160 144
232,371 232,371 00000000000000f14c0e6ea9950459354353064796aeb3e4ddc4e807832423b2 0.00 MB 15 253
Previous 10 blocks ↓
Total Size: 769.10 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.00 GB sent, 93.40 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.