Memory Pool Memory Pool Refreshing

1,301 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,301 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (201,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,409 706,409 0000000000000000000249bdcdb04714d19764a4e0c43fce0dfe7959b4e5751d 0.79 MB 982 8
706,408 706,408 00000000000000000007851e4dc72303faca007b5456edc4c42a6b44c6817564 0.05 MB 132 15
706,407 706,407 0000000000000000000931db55699a78660c6ebb4c8bef0e740d8a444c7bcbd6 0.40 MB 517 5
706,406 706,406 00000000000000000006a281128c1a60b73ad3ac39c48d91e54e40491fa8496e 0.51 MB 595 7
706,405 706,405 000000000000000000053ac9be6b2e8c3a67aa99ab46bf5fb6cb6e5dcdc57088 0.78 MB 1,574 10
706,404 706,404 00000000000000000006f8a3bc44dea1bbfd961e376e4e1a3138a349a4fdc3d0 0.04 MB 114 13
706,403 706,403 000000000000000000022bf6710ef4f711c52d363bce24d164bae9f1e6d54d4f 0.15 MB 297 10
706,402 706,402 000000000000000000053669828c9daf0533a6427c5f278988b878aaf05303a8 0.74 MB 928 9
706,401 706,401 0000000000000000000d2c1ff8cfed49e42faf6beafb7b135040cb8aaa457a48 1.22 MB 1,426 2
706,400 706,400 0000000000000000000025879603927c03eceea06bd2500235faaac510fff144 1.28 MB 1,618 5
706,399 706,399 00000000000000000000df0c7345b034834683afe9a169aa9188ea666ac93083 1.54 MB 2,567 12
706,398 706,398 000000000000000000084ed7cd439939c89570ed2c734a73bbe17c6211213028 1.42 MB 2,850 18
706,397 706,397 000000000000000000093fed5bad96e9d6b285bcca2a9fd1bc290e65abf829a3 0.68 MB 1,272 15
706,396 706,396 00000000000000000008123ec2f73dd9451e2ba01121fc5db9ee798b3061b724 0.47 MB 788 9
706,395 706,395 0000000000000000000bde504d9b370a9d5e76a0811ff08a4f689585c08fc5d4 0.81 MB 1,200 18
706,394 706,394 0000000000000000000b9e5797503359a01ed253be42af121b4e951a5c4f30c4 0.51 MB 762 5
706,393 706,393 000000000000000000074775a4594785020dc5271baddff0b967a7e7e0022110 1.24 MB 1,249 10
706,392 706,392 0000000000000000000c5c67c62cad26478159a06aa7e3a3d673b96b5b277b5d 0.42 MB 727 12
706,391 706,391 00000000000000000001c849e623b4a5871f7c218f91dde3fcc63c4d48b9aefb 0.17 MB 280 11
706,390 706,390 00000000000000000007b2b266287f3a557e61fec162f067af24df0ad9019677 0.60 MB 1,208 12
706,389 706,389 00000000000000000009f2bccc59ef8a9c9d5e92f363db5937117706c1e2605f 0.63 MB 609 6
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.