Memory Pool Memory Pool Refreshing

1,556 transactions
0.54 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,556 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (12,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,453 895,453 000000000000000000004fc52083694ba841d57ff5cffdb8eda28ba1e9047a4f 1.67 MB 3,344 5
895,452 895,452 00000000000000000001622c2b34779ff37e2f4169901a6794fab3536ebb0b63 3.06 MB 1,221 2
895,451 895,451 00000000000000000001f34266586073efb2c011fa6fe04a0211aa72aba2c0ab 2.46 MB 1,319 2
895,450 895,450 000000000000000000008662e3e72b3288d1a382a0089c1fb14d1f4158a746d2 1.51 MB 2,728 5
895,449 895,449 000000000000000000006402ab69484e3e879eb4ea03d7f17e205a32c7db50aa 1.74 MB 2,516 4
895,448 895,448 000000000000000000012566ebfc665fe910aa4e0d67ec82dad28926ab55d1bb 1.90 MB 1,635 2
895,447 895,447 0000000000000000000009829c7333e17516a63d061d9d25f4fa1ccd890b8364 1.40 MB 2,582 4
895,446 895,446 0000000000000000000032f4f0f2cb6eca868cd1bcd7299a1304b6c5f5dddcdd 2.69 MB 1,374 2
895,445 895,445 0000000000000000000223014c23d799b982bd5b0c9de660a691a30cac4648fc 1.34 MB 2,050 3
895,444 895,444 00000000000000000000e01b9a3c27e14ca371584cbda09ed1eabf1376946ec7 3.19 MB 1,119 1
895,443 895,443 000000000000000000003083de1445f4c201c5177285950c35ff7601f7a07f0d 1.68 MB 2,393 4
895,442 895,442 0000000000000000000171391a023641eee7a48bc0988c9a9c57f7fb7a345b19 3.24 MB 1,220 1
895,441 895,441 0000000000000000000226ec5b476f5672e24469bb7fc157095cf677d84b947a 1.49 MB 2,321 4
895,440 895,440 00000000000000000001bf698d5f5defd3df7dceb7806d64d5e1f4f4138947e6 3.18 MB 1,046 2
895,439 895,439 00000000000000000002368be4df02ad2d7b5f07f250c125e8e0da027a5e3bb1 3.14 MB 956 1
895,438 895,438 00000000000000000000a6c3956086417e8c24db265bd235195bf220202138eb 1.48 MB 2,717 4
895,437 895,437 0000000000000000000046ed1c2019c8b777e48defbbfd405f6d72bad97aa24e 2.41 MB 1,180 1
895,436 895,436 0000000000000000000126e77be0336ca9542428545d881a9395884c9ca1b096 1.71 MB 2,336 3
895,435 895,435 00000000000000000000439d19a2cd20d6a863059726b69995640569ccdcd2b2 1.25 MB 809 2
895,434 895,434 0000000000000000000102e486e226dc33856854a67892bdca1d90865e9c0478 1.45 MB 1,894 4
895,433 895,433 0000000000000000000072b6b6fe77ca1ebd123eadff33d52409428bb76b3036 1.57 MB 2,756 3
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.39 GB sent, 93.42 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.