Memory Pool Memory Pool Refreshing

7,223 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,684 (104,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,464 803,464 00000000000000000000471dea15f8e6d392c305f9a6afea37e420fd627fa207 1.74 MB 3,622 11
803,463 803,463 00000000000000000002425f4b2d109474ef7c5570b74882f497faa0dd6df1af 1.76 MB 4,342 9
803,462 803,462 0000000000000000000470a2b5081cdc34797360b0376e2460a017e0c8ec8543 1.74 MB 4,399 10
803,461 803,461 0000000000000000000505505c8c1c846173bbfcaf88ee70aa9bd8f7ddc17caa 1.51 MB 3,040 13
803,460 803,460 00000000000000000002ded9bdc32f866255c715a76d3cc95b45002ea6e68eb1 1.63 MB 4,033 9
803,459 803,459 000000000000000000009ac457b406e18f20d066fbab165d1ed60894809a66f7 1.77 MB 2,768 8
803,458 803,458 00000000000000000004a948144db8e6ef26feacb137de27090c8157f79a7b25 1.38 MB 1,749 9
803,457 803,457 00000000000000000000bb378161808808a139810c681914df53c4b5f1320f0f 1.76 MB 2,360 11
803,456 803,456 000000000000000000020a4cc5c547363d741271016cc265bf8745209739fdea 1.50 MB 2,064 13
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
Previous 10 blocks ↓
Total Size: 768.95 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,614.78 GB sent, 92.59 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.