Memory Pool Memory Pool Refreshing

7,038 transactions (1.75 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,162 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,512 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,161 (831,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,412 77,412 00000000003773e14e2014edf1cfca845bc0b344e04b0ce9b2cd98c651028db9 0.00 MB 4 0
77,411 77,411 00000000005fbb69b168358ed0799a037c18a3c644d16c4f39fde0b78d2bb4ad 0.00 MB 4 0
77,410 77,410 00000000002bf6423156a35f1cc43c565384e1e76e8a065f2fbea61c01e0f01d 0.00 MB 1 0
77,409 77,409 00000000004ab242694eab5f34fba4c425dc192c7968140afe04668831bbffa5 0.00 MB 1 0
77,408 77,408 000000000057cef752841139889a23c2c1a9b05e2ba1d624a37a29286c25fafe 0.00 MB 4 1,290
77,407 77,407 00000000005744e8de874fe3c52eadd33c6221e231c73c653e9e02e6d849ddf1 0.00 MB 3 0
77,406 77,406 0000000000547a78049cc0444465ed2c136582c4857feb1852dc6eea5fdc4f44 0.00 MB 3 0
77,405 77,405 00000000001d7137c0d9cfd93f96e540c7fd33b96ba44406c4a681df8b114ce7 0.00 MB 1 0
77,404 77,404 00000000002f6f13f283475fa4a6f3b3b635c2745271ec513e9b68c3ba8c5f76 0.00 MB 6 0
77,403 77,403 00000000005d38e2025e5172ac36e51e70356f8486056e26d2786087f151a915 0.00 MB 3 0
77,402 77,402 000000000003a88fde350daf1cd5fa2a6a7997e39a78ddd61af9877d68d1cca1 0.00 MB 7 691
77,401 77,401 000000000053a98921ab15ef53d3daa2640d4439dbfb82d8ab972be26cbbf63f 0.00 MB 13 283
77,400 77,400 000000000024723ae453867663c708c259b9d875cb1cb2eed56b6ed1f0fbdca0 0.00 MB 2 0
77,399 77,399 000000000056eecb43b8360afd644171707f6c8f493c76cc64b72b301d9c6979 0.00 MB 1 0
77,398 77,398 00000000000b4a2ac3e2b5202bc8ca25748dc2f30c0fc5fd6a665b94309f840e 0.00 MB 2 0
77,397 77,397 00000000001164a654ff77bb57440f69e56a8cca56b29e195cbd2f5d445dd857 0.01 MB 6 133
77,396 77,396 0000000000572905b52bab7180a7071ef8efbdde8f3a86bd25c69b850b876108 0.00 MB 2 0
77,395 77,395 00000000006675c87bc2d129a8adfb2ad1b26a812048fd1c191f165a8a7ad70a 0.00 MB 4 0
77,394 77,394 000000000033c980297264a0e33329bd98f0337971e25a695b289c9e10fb41f2 0.00 MB 1 0
77,393 77,393 00000000000222af586af924f40a538595392f34400119109b02b5437c2c9b11 0.00 MB 2 0
77,392 77,392 0000000000419eb119f012805786054178fb67d6108d7841c37a6859f6075b6a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.84 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,971.39 GB sent, 106.85 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.