Memory Pool Memory Pool Refreshing

3,625 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,619 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (29,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,762 878,762 00000000000000000000ba4f1dabd50aca9ae37383e4df89213ca44f8ef2a9d9 1.75 MB 3,643 6
878,761 878,761 00000000000000000001cc7638318903c3a914da381fd9a28dd2a62953f9a424 1.32 MB 2,200 12
878,760 878,760 0000000000000000000129d74073997773954a8a29a7a6a3e2b855e07f264ffd 1.41 MB 2,801 14
878,759 878,759 000000000000000000003b9455f7a5397d7f5bc2fdd2a914d999497c5736efcd 1.07 MB 664 12
878,758 878,758 0000000000000000000005498c5fa51e985dea3c2bd637e30b829edab945f1ca 1.42 MB 1,906 3
878,757 878,757 00000000000000000000f08364e9c6664a42fd8d43aea2296c206884f6c3a364 1.92 MB 3,156 3
878,756 878,756 000000000000000000008be22ae1263ce893b54dd450b5de82780634547139f1 1.61 MB 3,052 4
878,755 878,755 00000000000000000001552ad35d389464312a73e001addde27052df46f32b12 1.97 MB 3,026 1
878,754 878,754 000000000000000000013da3aefd8206d9b52ea0fef2ea10450227b682f7a077 1.90 MB 2,916 2
878,753 878,753 00000000000000000002651a246277851aa58bf49d603b2edc79e13375f2aac8 1.82 MB 2,840 2
878,752 878,752 0000000000000000000200a8e03f08827d4e03ac9231971175d5f1acfe030cc2 2.19 MB 623 1
878,751 878,751 000000000000000000012b700a3a9dc7730381c271012dfc85e9161cf47a8bc5 1.84 MB 2,572 3
878,750 878,750 0000000000000000000039ad7de4996a0ba59959688c2bb64065fb71c10273c6 1.74 MB 2,586 3
878,749 878,749 00000000000000000000c97a277f25b068384a89980a784b74804646d8f0e4b2 1.50 MB 3,361 5
878,748 878,748 0000000000000000000227a59af7f8e303302a3f26e307315cdc35a2f04ee61a 2.23 MB 619 1
878,747 878,747 00000000000000000001e032a08e3e1e9e4e36a90539c953ebbda0c7da8006c0 1.70 MB 2,082 2
878,746 878,746 0000000000000000000174e2bee7cfc968d0ac403106ede30df5505a38510653 3.30 MB 489 1
878,745 878,745 00000000000000000000a0fe38cfbcd5251bac2045e799ef0d60f3d23b62e7d8 3.06 MB 705 1
878,744 878,744 000000000000000000003f72b71a34aaad2349dffd0ef523cfd2ee0bf0ef0b9c 2.10 MB 510 1
878,743 878,743 00000000000000000000d9031a2731c12eca85566f390de9483b4c127d4f4706 1.58 MB 2,541 2
878,742 878,742 00000000000000000000e541502b0764859fa6e6e46b6bb942a88438180cd17e 1.87 MB 1,097 1
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,633.31 GB sent, 93.78 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.