Memory Pool Memory Pool Refreshing

7,799 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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,689 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,670 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (26,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,514 881,514 0000000000000000000004af849d88d40386ec3c11e49d69850162f9ac3d4d32 2.15 MB 229 4
881,513 881,513 0000000000000000000198e6130bfa986d7bae866dd1efe9004833c03b187f51 1.67 MB 3,058 7
881,512 881,512 00000000000000000000d06f485a6a699e4b8dcbb2d74ab2a31220dafd31bfd4 1.72 MB 3,115 5
881,511 881,511 00000000000000000000c0ee12ef448b738d1449391e22cd62e59c9bcf36dc99 1.57 MB 2,996 9
881,510 881,510 000000000000000000027c37a01ad49df7f80efce69fdb65cd5b66566569b353 1.55 MB 3,037 3
881,509 881,509 00000000000000000000ac910973bea202a6d8a2094e4ba05f03e4060b2b4223 1.66 MB 3,568 5
881,508 881,508 00000000000000000000ca691839dcb962fd4cc2c528e2f25ef1e86435b38975 1.86 MB 1,578 2
881,507 881,507 0000000000000000000228b8feb1b2541d29277bfb41f2648f60808ed007e00d 1.78 MB 3,228 4
881,506 881,506 0000000000000000000232d87d78af20d3a0b2071cc4244f5415223d9805c6ac 1.84 MB 1,795 3
881,505 881,505 000000000000000000008afcb58a953a4ca3ddb0402087253184102fe0f13f30 1.94 MB 2,289 3
881,504 881,504 00000000000000000001dc7e9a66f7898714d4a3daee61615d4c7ee851808e55 0.75 MB 1,421 4
881,503 881,503 0000000000000000000250a6205f978d19200b9e08ceca098d974038feb0c698 1.97 MB 1,908 1
881,502 881,502 00000000000000000000531c71ab09081b605d34eaaa6547e196327a1604fa8a 1.55 MB 3,839 5
881,501 881,501 00000000000000000001463fd5c73147098d5100f4cc33b514e7b9115f8b478d 0.19 MB 318 3
881,500 881,500 00000000000000000000226e5b9344a22545fb0118b6a90a7aae05a401748a5d 2.04 MB 1,241 1
881,499 881,499 00000000000000000001dff08d7fdeeaaeb46dee4dcee0869ffa7b4991ed9057 1.76 MB 3,038 2
881,498 881,498 00000000000000000000a57ea6453e9239858e0417e9effa269a2a47a1417e69 1.06 MB 2,620 3
881,497 881,497 000000000000000000010976f604e50f1d03073fab273c1505b8503b3b3618f7 1.85 MB 2,091 2
881,496 881,496 00000000000000000001f79a8009621c497046412e61908bb6503fb052d2ba56 1.84 MB 2,123 3
881,495 881,495 000000000000000000028b4d3c5da2a5e4dd40caf38461221cd641def71919ea 1.61 MB 1,757 2
881,494 881,494 00000000000000000002098221d5a3ced385105bafdd41cafc89761140db1560 1.67 MB 3,526 2
Previous 10 blocks ↓
Total Size: 768.96 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,615.44 GB sent, 92.63 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.