Memory Pool Memory Pool Refreshing

3,460 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,901 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (764,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,275 143,275 000000000000014bfbe9649eb650c92aa607f8f34bb1382ddc474da7b137899c 0.00 MB 15 42
143,274 143,274 00000000000007f30dc394ec05653fb6d9f6ce5ec1441eb99bb6f1fe0ee852ae 0.02 MB 25 134
143,273 143,273 0000000000000669e4d28196463b5b7608f67d741f3db00dfbcb5187357bf710 0.02 MB 49 181
143,272 143,272 0000000000000547fc3bd631106b44a510ac9142d607f1feec896f9a95d9b822 0.01 MB 18 95
143,271 143,271 00000000000008fe0e806a60452f6065896dc19356d8dbabea378c09a5017984 0.00 MB 7 30
143,270 143,270 000000000000036866aaaa19065e5b1cb68453658615ec182829a7f192b1e8dd 0.00 MB 8 65
143,269 143,269 0000000000000454ccdee86858d3dd119056d5b6109867826f081fad27b9f5eb 0.02 MB 34 294
143,268 143,268 000000000000072dfb7967f5adf4bf4c984bda60ea0b8aa5fd0784de97300020 0.03 MB 105 143
143,267 143,267 0000000000000698cc52de6033325b5131ea31cf7f63a9ce27e5f3179386b674 0.03 MB 74 175
143,266 143,266 00000000000006ccc8e03657615c34c6ad98a6daacf1714e070de152eb3f1e7b 0.04 MB 103 118
143,265 143,265 000000000000040e76e39a6da0e2cb9526ad028e37278377325b37a10e376a84 0.03 MB 38 92
143,264 143,264 00000000000005c4c9aab326e32dd8d86edc6760d31a172c312f51955b56ccb9 0.01 MB 31 103
143,263 143,263 000000000000085cb9d84d3fe1b496b548341c67d5e10db261641c2c61563f6d 0.00 MB 13 222
143,262 143,262 000000000000036287421097bc4056d6dc6d1cc6d9b059ac3ce077120f5e6a08 0.01 MB 14 52
143,261 143,261 0000000000000270b31720eef55ff2148728b6812eee60baa79d1fd0d8fe6c75 0.03 MB 106 41
143,260 143,260 00000000000008a9f43eb348b5773bc22409db8a22ab92a1011af036d257e90e 0.01 MB 8 601
143,259 143,259 000000000000001077e2f6debac46fe92f56c83a8d721f107bda896c835795d2 0.01 MB 38 14
143,258 143,258 000000000000033b521fad1f55d2a59bef929fee4f10b7252742619396d6674a 0.05 MB 70 78
143,257 143,257 00000000000002d4d52a591f3e0cfec781d0fbf6e374288ce709333ed6701668 0.05 MB 125 329
143,256 143,256 000000000000004715cfa3003f36f74a4ab10711fe462f47e5ff02705178888e 0.00 MB 8 1,036
143,255 143,255 00000000000006bb564ba810b3e779a2200d02b7c7f865ba4ea222b0375f29fd 0.01 MB 16 71
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.81 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.