Memory Pool Memory Pool Refreshing

7,814 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,673 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (104,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,455 803,455 00000000000000000002c0736b4a33aa4652cc607c639fc8e13d57f6bc3808d5 1.76 MB 2,916 18
803,454 803,454 00000000000000000003db45d2291811a624ad5b805e4bea7c36a28e61656ef5 1.55 MB 3,109 13
803,453 803,453 00000000000000000003ab8b2f5aa083086dab91e468eff274b4913067c00fa2 1.84 MB 4,274 8
803,452 803,452 000000000000000000032d8644907c0ac72bd741dc3507874e9afc315bc7b4f2 1.51 MB 2,435 12
803,451 803,451 00000000000000000004d8e3682495f6953b2f45996d38828f44f22dce45f3ad 1.62 MB 2,938 12
803,450 803,450 000000000000000000053472b9a103ebb3535207bd1242a60d67999871c70791 1.53 MB 2,651 11
803,449 803,449 00000000000000000004b75252d3b278ef2554644d6c65b3270d07bbd7a25fef 1.41 MB 3,066 23
803,448 803,448 000000000000000000008e330a45776b9454ece94c1e80c02c2d8258bf66c2eb 1.46 MB 1,849 9
803,447 803,447 00000000000000000000ced72e6b1ecefd2987fcb5f642643f597d32b37543a6 1.49 MB 2,638 12
803,446 803,446 00000000000000000003cd7649d75181950a75af8f5edabb266fa6832e538a41 1.57 MB 2,679 12
803,445 803,445 000000000000000000042b166b7475173440c574168f0b4ab44e14777bcf34e4 1.33 MB 1,992 12
803,444 803,444 0000000000000000000440e9eaa8c86f4e17a7e28c5dffdc03bd5e6352d13ea9 1.45 MB 3,294 24
803,443 803,443 000000000000000000019283bdfa17a8b317a16212420da85bf617743b09d281 1.87 MB 5,335 8
803,442 803,442 00000000000000000003b5a37a58ca8251a5e9c53d4c447f4731bc903fbef325 1.75 MB 4,203 12
803,441 803,441 000000000000000000013a5de74b5ad0565ef4db1e487fc9381e755dbece557e 1.70 MB 4,281 9
803,440 803,440 000000000000000000053280b6d24cd421b0f268479a9cfcfc5aba39dcdb6062 1.62 MB 3,527 14
803,439 803,439 00000000000000000002227a17581ed7978c32e4c28e942838dbb6f7b00181aa 1.76 MB 4,387 10
803,438 803,438 00000000000000000003a4c22dbb60302d274263e41df6624528a19e872bf1b7 1.82 MB 1,666 7
803,437 803,437 00000000000000000001d624c035cedeb095a9509e0e03c88096857a3778951d 1.56 MB 2,439 10
803,436 803,436 00000000000000000004be8013fb4ceb574a7c63d7d3cb5fdfbd1e6ec6c0344b 1.36 MB 1,853 10
803,435 803,435 000000000000000000027b75c37075739fa3a1f2382b1fbe1f862b2a20b97a9c 1.62 MB 4,099 22
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.