Memory Pool Memory Pool Refreshing

1,486 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (846,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,431 62,431 000000000632efd52ea5a3963a9628475d18f7fb5acb522c28505554c9443315 0.00 MB 2 0
62,430 62,430 00000000060d39310fa9f64f20b57ad6c25d0a3710e64503d466e5563e48c444 0.00 MB 1 0
62,429 62,429 000000000841bb25d0f784f6fb96627c18204b95177e14246b12bcb139dffe15 0.00 MB 1 0
62,428 62,428 0000000003dd7e7585d9be151f67df95082e0c22f004e1ea0b95f8a1ba3b30fb 0.00 MB 1 0
62,427 62,427 000000000c43eac7dbe26056eace2ad078b68c1868da42f9777be11432a12cc2 0.00 MB 1 0
62,426 62,426 000000000545ad712af0cb085529517454f59870d466bf0f9a9115c0f7be8e3d 0.00 MB 1 0
62,425 62,425 000000000b499278ea6bdc5c0d8ec22149fd971c36e3b373719d8964972c1358 0.00 MB 1 0
62,424 62,424 000000000bcdde888deab38cfac30dd3eda6a151f8428d0f6d508bce1f6263cd 0.00 MB 2 0
62,423 62,423 000000000cd9ba5aee8c9d4fb48c4bb139133c0713ca3db52047d3322b042df6 0.00 MB 2 0
62,422 62,422 000000000c77dcefbaea0998f07eb259088b399e75cf71c2ae460d260999973a 0.00 MB 1 0
62,421 62,421 0000000005ccf24e3535cb2156e516a4a468cd786c0c073d2aaa2b63fed0c62b 0.00 MB 2 0
62,420 62,420 0000000007236a85d41a684b83d2198c10dbce7f87a985b9e58140d70400fafb 0.00 MB 1 0
62,419 62,419 000000000e14d764999288e7f96aa7a579ee270bb237088b94e5a40effb273c3 0.00 MB 1 0
62,418 62,418 00000000017954f08f96249671d50bc8022dbd3bac1cdc01cf7c25b39498d53e 0.00 MB 1 0
62,417 62,417 0000000009c98d47580cb921dc6e1d49876620220fdcf720478d8203ca458fbf 0.00 MB 1 0
62,416 62,416 0000000007ee2ef3ff5afcbdab54c9ad12db6db526cbf8082c0fbc53837efc8e 0.00 MB 1 0
62,415 62,415 0000000007c9c50e09c5f013a94479264b05ccca3c0180d24cc93a6376327be8 0.00 MB 1 0
62,414 62,414 00000000079267a2ed3824eb0f7b4a9e405adbc4253a11655d5fc69c5028b5dc 0.00 MB 1 0
62,413 62,413 00000000098c43c92303a2b8f9006414bc395076f63c36ae23d1dec6356129cf 0.00 MB 1 0
62,412 62,412 000000000cb3b19330a5022789ac90af52ee8d86baded3ba7e972b0c6caef295 0.00 MB 1 0
62,411 62,411 0000000003433d5f8af3385886de151be7cfd989d9b0ee9ba58def258369a87e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.